

/* Start:/bitrix/templates/rvshom/css/main.css?1687344538352479*/
@charset "UTF-8";

.w-100 {
  width: 100%;
}

.is-fixed {
  height: 100vh;
  overflow: hidden;
}

.img-responsive {
  width: 100%;
  max-width: 100%;
}

.img-responsive-auto {
  width: auto;
  max-width: 100%;
}

.text-uppercase {
  text-transform: uppercase;
}

.position-sticky {
  position: sticky;
  top: 120px;
}

.bdrs-16 {
  border-radius: 16px;
}

.mt-a {
  margin-top: auto;
}

.mr-a {
  margin-right: auto;
}

.ml-12 {
  margin-left: 12px;
}

.mr-16 {
  margin-right: 16px;
}

.mb--2 {
  margin-bottom: 2px !important;
}

.pr-64 {
  padding-right: 64px;
}

.gap-16 {
  gap: 16px;
}

.overflow-visible {
  overflow: visible !important;
}

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

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */

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

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

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

/* Buttons */

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

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

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

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

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

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

/* Fix IE11 */

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

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

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

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

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

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

/* Close button on the top right corner of html content */

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

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

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

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

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

/* Navigation arrows */

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

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

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

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

/* Caption */

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

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

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

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

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

/* Loading indicator */

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

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

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

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

/* transitionEffect: circular */

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */

/* Share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-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-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

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

.swiper-pointer-events.swiper-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-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

.swiper-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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/*!
 * Bootstrap Grid v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --bs-blue: #1873ED;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #EB5757;
  --bs-orange: #FDA54E;
  --bs-yellow: #ffc107;
  --bs-green: #8AC44B;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1873ED;
  --bs-secondary: #6c757d;
  --bs-success: #8AC44B;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #EB5757;
  --bs-light: #f8f9fa;
  --bs-dark: #0C131D;
  --bs-primary-rgb: 24, 115, 237;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 138, 196, 75;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 235, 87, 87;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 12, 19, 29;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 4px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 4px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 8px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 8px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 12px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 12px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 16px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 16px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 24px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 24px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 32px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 32px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-44,
.gx-44 {
  --bs-gutter-x: 44px;
}

.g-44,
.gy-44 {
  --bs-gutter-y: 44px;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 48px;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 48px;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 56px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 56px;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 60px;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 60px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 64px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 64px;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 74px;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 74px;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 88px;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 88px;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 88px;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 88px;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 104px;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 104px;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 120px;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 120px;
}

.g-17,
.gx-17 {
  --bs-gutter-x: 168px;
}

.g-17,
.gy-17 {
  --bs-gutter-y: 168px;
}

.g-208,
.gx-208 {
  --bs-gutter-x: 208px;
}

.g-208,
.gy-208 {
  --bs-gutter-y: 208px;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.m-3 {
  margin: 12px !important;
}

.m-4 {
  margin: 16px !important;
}

.m-5 {
  margin: 24px !important;
}

.m-6 {
  margin: 32px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-44 {
  margin: 44px !important;
}

.m-7 {
  margin: 48px !important;
}

.m-8 {
  margin: 56px !important;
}

.m-9 {
  margin: 60px !important;
}

.m-10 {
  margin: 64px !important;
}

.m-11 {
  margin: 74px !important;
}

.m-12 {
  margin: 88px !important;
}

.m-13 {
  margin: 88px !important;
}

.m-14 {
  margin: 104px !important;
}

.m-16 {
  margin: 120px !important;
}

.m-17 {
  margin: 168px !important;
}

.m-208 {
  margin: 208px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-3 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mx-4 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-5 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-6 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-44 {
  margin-right: 44px !important;
  margin-left: 44px !important;
}

.mx-7 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mx-8 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.mx-9 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-10 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.mx-11 {
  margin-right: 74px !important;
  margin-left: 74px !important;
}

.mx-12 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}

.mx-13 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}

.mx-14 {
  margin-right: 104px !important;
  margin-left: 104px !important;
}

.mx-16 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.mx-17 {
  margin-right: 168px !important;
  margin-left: 168px !important;
}

.mx-208 {
  margin-right: 208px !important;
  margin-left: 208px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-5 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-6 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.my-7 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-8 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-9 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-10 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-11 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

.my-12 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.my-13 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.my-14 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}

.my-16 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-17 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}

.my-208 {
  margin-top: 208px !important;
  margin-bottom: 208px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mt-5 {
  margin-top: 24px !important;
}

.mt-6 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-7 {
  margin-top: 48px !important;
}

.mt-8 {
  margin-top: 56px !important;
}

.mt-9 {
  margin-top: 60px !important;
}

.mt-10 {
  margin-top: 64px !important;
}

.mt-11 {
  margin-top: 74px !important;
}

.mt-12 {
  margin-top: 88px !important;
}

.mt-13 {
  margin-top: 88px !important;
}

.mt-14 {
  margin-top: 104px !important;
}

.mt-16 {
  margin-top: 120px !important;
}

.mt-17 {
  margin-top: 168px !important;
}

.mt-208 {
  margin-top: 208px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 4px !important;
}

.me-2 {
  margin-right: 8px !important;
}

.me-3 {
  margin-right: 12px !important;
}

.me-4 {
  margin-right: 16px !important;
}

.me-5 {
  margin-right: 24px !important;
}

.me-6 {
  margin-right: 32px !important;
}

.me-40 {
  margin-right: 40px !important;
}

.me-44 {
  margin-right: 44px !important;
}

.me-7 {
  margin-right: 48px !important;
}

.me-8 {
  margin-right: 56px !important;
}

.me-9 {
  margin-right: 60px !important;
}

.me-10 {
  margin-right: 64px !important;
}

.me-11 {
  margin-right: 74px !important;
}

.me-12 {
  margin-right: 88px !important;
}

.me-13 {
  margin-right: 88px !important;
}

.me-14 {
  margin-right: 104px !important;
}

.me-16 {
  margin-right: 120px !important;
}

.me-17 {
  margin-right: 168px !important;
}

.me-208 {
  margin-right: 208px !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.mb-5 {
  margin-bottom: 24px !important;
}

.mb-6 {
  margin-bottom: 32px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-7 {
  margin-bottom: 48px !important;
}

.mb-8 {
  margin-bottom: 56px !important;
}

.mb-9 {
  margin-bottom: 60px !important;
}

.mb-10 {
  margin-bottom: 64px !important;
}

.mb-11 {
  margin-bottom: 74px !important;
}

.mb-12 {
  margin-bottom: 88px !important;
}

.mb-13 {
  margin-bottom: 88px !important;
}

.mb-14 {
  margin-bottom: 104px !important;
}

.mb-16 {
  margin-bottom: 120px !important;
}

.mb-17 {
  margin-bottom: 168px !important;
}

.mb-208 {
  margin-bottom: 208px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 4px !important;
}

.ms-2 {
  margin-left: 8px !important;
}

.ms-3 {
  margin-left: 12px !important;
}

.ms-4 {
  margin-left: 16px !important;
}

.ms-5 {
  margin-left: 24px !important;
}

.ms-6 {
  margin-left: 32px !important;
}

.ms-40 {
  margin-left: 40px !important;
}

.ms-44 {
  margin-left: 44px !important;
}

.ms-7 {
  margin-left: 48px !important;
}

.ms-8 {
  margin-left: 56px !important;
}

.ms-9 {
  margin-left: 60px !important;
}

.ms-10 {
  margin-left: 64px !important;
}

.ms-11 {
  margin-left: 74px !important;
}

.ms-12 {
  margin-left: 88px !important;
}

.ms-13 {
  margin-left: 88px !important;
}

.ms-14 {
  margin-left: 104px !important;
}

.ms-16 {
  margin-left: 120px !important;
}

.ms-17 {
  margin-left: 168px !important;
}

.ms-208 {
  margin-left: 208px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.p-3 {
  padding: 12px !important;
}

.p-4 {
  padding: 16px !important;
}

.p-5 {
  padding: 24px !important;
}

.p-6 {
  padding: 32px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-44 {
  padding: 44px !important;
}

.p-7 {
  padding: 48px !important;
}

.p-8 {
  padding: 56px !important;
}

.p-9 {
  padding: 60px !important;
}

.p-10 {
  padding: 64px !important;
}

.p-11 {
  padding: 74px !important;
}

.p-12 {
  padding: 88px !important;
}

.p-13 {
  padding: 88px !important;
}

.p-14 {
  padding: 104px !important;
}

.p-16 {
  padding: 120px !important;
}

.p-17 {
  padding: 168px !important;
}

.p-208 {
  padding: 208px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.px-3 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.px-4 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.px-5 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.px-6 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-44 {
  padding-right: 44px !important;
  padding-left: 44px !important;
}

.px-7 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.px-8 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.px-9 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-10 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.px-11 {
  padding-right: 74px !important;
  padding-left: 74px !important;
}

.px-12 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}

.px-13 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}

.px-14 {
  padding-right: 104px !important;
  padding-left: 104px !important;
}

.px-16 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.px-17 {
  padding-right: 168px !important;
  padding-left: 168px !important;
}

.px-208 {
  padding-right: 208px !important;
  padding-left: 208px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-5 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-6 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.py-7 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-8 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-9 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-10 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-11 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

.py-12 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.py-13 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.py-14 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.py-16 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-17 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}

.py-208 {
  padding-top: 208px !important;
  padding-bottom: 208px !important;
}

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

.pt-1 {
  padding-top: 4px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pt-3 {
  padding-top: 12px !important;
}

.pt-4 {
  padding-top: 16px !important;
}

.pt-5 {
  padding-top: 24px !important;
}

.pt-6 {
  padding-top: 32px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pt-7 {
  padding-top: 48px !important;
}

.pt-8 {
  padding-top: 56px !important;
}

.pt-9 {
  padding-top: 60px !important;
}

.pt-10 {
  padding-top: 64px !important;
}

.pt-11 {
  padding-top: 74px !important;
}

.pt-12 {
  padding-top: 88px !important;
}

.pt-13 {
  padding-top: 88px !important;
}

.pt-14 {
  padding-top: 104px !important;
}

.pt-16 {
  padding-top: 120px !important;
}

.pt-17 {
  padding-top: 168px !important;
}

.pt-208 {
  padding-top: 208px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 4px !important;
}

.pe-2 {
  padding-right: 8px !important;
}

.pe-3 {
  padding-right: 12px !important;
}

.pe-4 {
  padding-right: 16px !important;
}

.pe-5 {
  padding-right: 24px !important;
}

.pe-6 {
  padding-right: 32px !important;
}

.pe-40 {
  padding-right: 40px !important;
}

.pe-44 {
  padding-right: 44px !important;
}

.pe-7 {
  padding-right: 48px !important;
}

.pe-8 {
  padding-right: 56px !important;
}

.pe-9 {
  padding-right: 60px !important;
}

.pe-10 {
  padding-right: 64px !important;
}

.pe-11 {
  padding-right: 74px !important;
}

.pe-12 {
  padding-right: 88px !important;
}

.pe-13 {
  padding-right: 88px !important;
}

.pe-14 {
  padding-right: 104px !important;
}

.pe-16 {
  padding-right: 120px !important;
}

.pe-17 {
  padding-right: 168px !important;
}

.pe-208 {
  padding-right: 208px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pb-3 {
  padding-bottom: 12px !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.pb-5 {
  padding-bottom: 24px !important;
}

.pb-6 {
  padding-bottom: 32px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pb-7 {
  padding-bottom: 48px !important;
}

.pb-8 {
  padding-bottom: 56px !important;
}

.pb-9 {
  padding-bottom: 60px !important;
}

.pb-10 {
  padding-bottom: 64px !important;
}

.pb-11 {
  padding-bottom: 74px !important;
}

.pb-12 {
  padding-bottom: 88px !important;
}

.pb-13 {
  padding-bottom: 88px !important;
}

.pb-14 {
  padding-bottom: 104px !important;
}

.pb-16 {
  padding-bottom: 120px !important;
}

.pb-17 {
  padding-bottom: 168px !important;
}

.pb-208 {
  padding-bottom: 208px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 4px !important;
}

.ps-2 {
  padding-left: 8px !important;
}

.ps-3 {
  padding-left: 12px !important;
}

.ps-4 {
  padding-left: 16px !important;
}

.ps-5 {
  padding-left: 24px !important;
}

.ps-6 {
  padding-left: 32px !important;
}

.ps-40 {
  padding-left: 40px !important;
}

.ps-44 {
  padding-left: 44px !important;
}

.ps-7 {
  padding-left: 48px !important;
}

.ps-8 {
  padding-left: 56px !important;
}

.ps-9 {
  padding-left: 60px !important;
}

.ps-10 {
  padding-left: 64px !important;
}

.ps-11 {
  padding-left: 74px !important;
}

.ps-12 {
  padding-left: 88px !important;
}

.ps-13 {
  padding-left: 88px !important;
}

.ps-14 {
  padding-left: 104px !important;
}

.ps-16 {
  padding-left: 120px !important;
}

.ps-17 {
  padding-left: 168px !important;
}

.ps-208 {
  padding-left: 208px !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 15px 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 30px;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 15px;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

.container {
  max-width: 1920px !important;
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

.row > * {
  padding-left: 12px;
  padding-right: 12px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2 {
  width: 100% !important;
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: .3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
  content: '';
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type='range'] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type='range']::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type='range']:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type='range']:focus {
  outline: none;
}

.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type='range']:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type='range']::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type='range']::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type='range']::-ms-fill-lower {
  background: transparent;
}

.air-datepicker-time--row input[type='range']::-ms-fill-upper {
  background: transparent;
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: 'nav'
		'body'
		'timepicker'
		'buttons';
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, -webkit-max-content);
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: transparent;
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: '';
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^='top'] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^='top'] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^='right'] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^='right'] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^='bottom'] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^='bottom'] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^='left'] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^='left'] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons,
.air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes widthAnim {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@font-face {
  font-family: 'Onest';
  src: url("/bitrix/templates/rvshom/css/../fonts/Onest-Regular.woff2") format("woff2"), url("/bitrix/templates/rvshom/css/../fonts/Onest-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Onest';
  src: url("/bitrix/templates/rvshom/css/../fonts/OnestMedium1602-hint.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Onest';
  src: url("/bitrix/templates/rvshom/css/../fonts/Onest-Bold.woff2") format("woff2"), url("/bitrix/templates/rvshom/css/../fonts/Onest-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Onest';
  src: url("/bitrix/templates/rvshom/css/../fonts/Onest-ExtraBold.woff2") format("woff2"), url("/bitrix/templates/rvshom/css/../fonts/Onest-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

html {
  min-height: 100%;
  font-size: 20px;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 320px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-family: 'Onest', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0C131D;
  overflow-x: hidden;
}

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

*:focus {
  outline: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

textarea {
  resize: none;
  outline: none;
  display: block;
  margin: 0;
}

input,
button {
  outline: none;
}

button:focus {
  outline: none;
}

img {
  display: block;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a:not([class]) {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1873ED;
  transition: color 0.3s ease;
}

a:not([class]):hover {
  color: #0D99FF;
}

h1:not([class]),
.h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
}

h2:not([class]),
.h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}

h3:not([class]),
.h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}

h4:not([class]),
.h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}

ul:not([class]) li {
  position: relative;
  padding-left: 32px;
}

ul:not([class]) li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0C131D;
}

ol:not([class]) {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  counter-reset: num;
  padding-left: 0;
}

ol:not([class]) li {
  position: relative;
  padding-left: 32px;
}

ol:not([class]) li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 0;
  font-size: 20px;
}

a {
  text-decoration: none;
}

p {
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  margin-top: 0;
  margin-bottom: 24px;
}

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

p > a:not([class]) {
  font-size: inherit;
  line-height: inherit;
}

.content-block > h1 {
  margin-bottom: 12px;
}

.content-block > h2 {
  padding-top: 48px;
  margin-bottom: 8px;
}

.content-block > h2:first-child {
  padding-top: 0;
}

.content-block > h3 {
  padding-top: 32px;
  margin-bottom: 8px;
}

.content-block > h3:first-child {
  padding-top: 0;
}

.content-block > h4 {
  padding-top: 24px;
  margin-bottom: 8px;
}

.content-block > h4:first-child {
  padding-top: 0;
}

.content-block > p {
  padding-top: 12px;
  margin-bottom: 12px;
}

.content-block > p:last-child {
  margin-bottom: 0;
}

.content-block > p:first-child {
  padding-top: 0;
}

.content-block > ul,
.content-block > ol {
  padding-top: 12px;
  margin-bottom: 12px;
}

.content-block > ul:first-child,
.content-block > ol:first-child {
  padding-top: 0;
}

.content-block > ul li,
.content-block > ol li {
  font-size: 20px;
  line-height: 180%;
}

.content-block blockquote {
  margin-top: 60px;
  margin-bottom: 48px;
}

.content-block blockquote:last-child {
  margin-bottom: 0 !important;
}

.content-block > picture {
  display: block;
}

.content-block > picture img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}

.content-block__img-block {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F8F9;
  border: 1px solid #DEE8ED;
  border-radius: 16px;
  min-height: 334px;
  padding: 24px 50px;
}

.content-block__img-block img {
  width: auto;
  max-width: 100%;
}

.content-block > picture {
  padding-top: 16px;
  padding-bottom: 24px;
}

.content-block__bottom {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #DEE8ED;
}

.content-block--internal > h1 {
  font-size: 48px;
  line-height: 100%;
}

hr:not([class]) {
  display: block;
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

hr:not([class]):before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  background-color: #DEE8ED;
}

.hr {
  width: 100%;
  height: 116px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='76' height='21' viewBox='0 0 76 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4683 12.445L11.6669 10.2502L15.4683 8.05534C15.6597 7.94477 15.7992 7.76275 15.8564 7.54929C15.9136 7.33584 15.8836 7.10842 15.7731 6.91704C15.6627 6.72566 15.4807 6.58598 15.2673 6.52872C15.0539 6.47145 14.8264 6.50128 14.635 6.61165L10.8333 8.80663V4.41683C10.8333 4.19582 10.7455 3.98385 10.5893 3.82757C10.433 3.67129 10.221 3.5835 10 3.5835C9.77899 3.5835 9.56703 3.67129 9.41075 3.82757C9.25447 3.98385 9.16667 4.19582 9.16667 4.41683V8.80663L5.365 6.61163C5.17356 6.50126 4.94613 6.47143 4.73271 6.52869C4.51928 6.58596 4.33733 6.72564 4.22686 6.91702C4.11639 7.1084 4.08644 7.33581 4.1436 7.54927C4.20076 7.76272 4.34034 7.94475 4.53167 8.05531L8.33308 10.2502L4.53167 12.445C4.34034 12.5556 4.20076 12.7376 4.1436 12.951C4.08644 13.1645 4.11639 13.3919 4.22686 13.5833C4.33733 13.7747 4.51928 13.9143 4.73271 13.9716C4.94613 14.0289 5.17356 13.999 5.365 13.8887L9.16667 11.6937V16.0835C9.16667 16.3045 9.25447 16.5165 9.41075 16.6728C9.56703 16.829 9.77899 16.9168 10 16.9168C10.221 16.9168 10.433 16.829 10.5893 16.6728C10.7455 16.5165 10.8333 16.3045 10.8333 16.0835V11.6937L14.635 13.8887C14.8264 13.9991 15.0539 14.0289 15.2673 13.9716C15.4807 13.9144 15.6627 13.7747 15.7731 13.5833C15.8836 13.3919 15.9136 13.1645 15.8564 12.9511C15.7992 12.7376 15.6597 12.5556 15.4683 12.445V12.445Z' fill='%23888D94'/%3E%3Cpath d='M43.4683 12.445L39.6669 10.2502L43.4683 8.05534C43.6597 7.94477 43.7992 7.76275 43.8564 7.54929C43.9136 7.33584 43.8836 7.10842 43.7731 6.91704C43.6627 6.72566 43.4807 6.58598 43.2673 6.52872C43.0539 6.47145 42.8264 6.50128 42.635 6.61165L38.8333 8.80663V4.41683C38.8333 4.19582 38.7455 3.98385 38.5893 3.82757C38.433 3.67129 38.221 3.5835 38 3.5835C37.779 3.5835 37.567 3.67129 37.4107 3.82757C37.2545 3.98385 37.1667 4.19582 37.1667 4.41683V8.80663L33.365 6.61163C33.1736 6.50126 32.9461 6.47143 32.7327 6.52869C32.5193 6.58596 32.3373 6.72564 32.2269 6.91702C32.1164 7.1084 32.0864 7.33581 32.1436 7.54927C32.2008 7.76272 32.3403 7.94475 32.5317 8.05531L36.3331 10.2502L32.5317 12.445C32.3403 12.5556 32.2008 12.7376 32.1436 12.951C32.0864 13.1645 32.1164 13.3919 32.2269 13.5833C32.3373 13.7747 32.5193 13.9143 32.7327 13.9716C32.9461 14.0289 33.1736 13.999 33.365 13.8887L37.1667 11.6937V16.0835C37.1667 16.3045 37.2545 16.5165 37.4107 16.6728C37.567 16.829 37.779 16.9168 38 16.9168C38.221 16.9168 38.433 16.829 38.5893 16.6728C38.7455 16.5165 38.8333 16.3045 38.8333 16.0835V11.6937L42.635 13.8887C42.8264 13.9991 43.0539 14.0289 43.2673 13.9716C43.4807 13.9144 43.6627 13.7747 43.7731 13.5833C43.8836 13.3919 43.9136 13.1645 43.8564 12.9511C43.7992 12.7376 43.6597 12.5556 43.4683 12.445V12.445Z' fill='%23888D94'/%3E%3Cpath d='M71.4683 12.445L67.6669 10.2502L71.4683 8.05534C71.6597 7.94477 71.7992 7.76275 71.8564 7.54929C71.9136 7.33584 71.8836 7.10842 71.7731 6.91704C71.6627 6.72566 71.4807 6.58598 71.2673 6.52872C71.0539 6.47145 70.8264 6.50128 70.635 6.61165L66.8333 8.80663V4.41683C66.8333 4.19582 66.7455 3.98385 66.5893 3.82757C66.433 3.67129 66.221 3.5835 66 3.5835C65.779 3.5835 65.567 3.67129 65.4107 3.82757C65.2545 3.98385 65.1667 4.19582 65.1667 4.41683V8.80663L61.365 6.61163C61.1736 6.50126 60.9461 6.47143 60.7327 6.52869C60.5193 6.58596 60.3373 6.72564 60.2269 6.91702C60.1164 7.1084 60.0864 7.33581 60.1436 7.54927C60.2008 7.76272 60.3403 7.94475 60.5317 8.05531L64.3331 10.2502L60.5317 12.445C60.3403 12.5556 60.2008 12.7376 60.1436 12.951C60.0864 13.1645 60.1164 13.3919 60.2269 13.5833C60.3373 13.7747 60.5193 13.9143 60.7327 13.9716C60.9461 14.0289 61.1736 13.999 61.365 13.8887L65.1667 11.6937V16.0835C65.1667 16.3045 65.2545 16.5165 65.4107 16.6728C65.567 16.829 65.779 16.9168 66 16.9168C66.221 16.9168 66.433 16.829 66.5893 16.6728C66.7455 16.5165 66.8333 16.3045 66.8333 16.0835V11.6937L70.635 13.8887C70.8264 13.9991 71.0539 14.0289 71.2673 13.9716C71.4807 13.9144 71.6627 13.7747 71.7731 13.5833C71.8836 13.3919 71.9136 13.1645 71.8564 12.9511C71.7992 12.7376 71.6597 12.5556 71.4683 12.445V12.445Z' fill='%23888D94'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}

b {
  font-weight: 700;
}

.text-sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.text-basic {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.text-xs {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.text-xs--sm {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.text-16 {
  font-size: 16px;
  line-height: 130%;
}

.text-md {
  font-size: 18px;
  line-height: 150%;
}

.text-lg {
  font-size: 20px;
  line-height: 130%;
}

.text-lg--md {
  font-size: 20px;
  line-height: 150%;
}

.text-lg--sm {
  font-size: 20px;
  line-height: 150%;
}

.text-xl {
  font-size: 24px;
  line-height: 150%;
}

.text-xl--md {
  font-size: 24px;
  line-height: 133%;
}

.text-xl--sm {
  font-size: 24px;
  line-height: 130%;
}

.text-weight--400 {
  font-weight: 400 !important;
}

.text-weight--500 {
  font-weight: 500 !important;
}

.text-weight--700 {
  font-weight: 700 !important;
}

.text-weight--800 {
  font-weight: 800 !important;
}

.text-color--dark {
  color: #0C131D !important;
}

.text-color--gray {
  color: #888D94 !important;
}

.text-color--gray--dark {
  color: #4F4F4F !important;
}

.text-color--blue {
  color: #1873ED !important;
}

.text-color--blue-light {
  color: #70B2E2 !important;
}

.text-color--white {
  color: #fff !important;
}

.text-color--orange {
  color: #FDA54E !important;
}

.text-color--red {
  color: #EB5757 !important;
}

.text-color--red--second {
  color: #DA6767 !important;
}

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

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

.text-lh--120 {
  line-height: 130% !important;
}

.text-lh--130 {
  line-height: 130% !important;
}

.text-lh--150 {
  line-height: 150% !important;
}

.text-lh--160 {
  line-height: 160% !important;
}

.text-lh--180 {
  line-height: 160% !important;
}

.section-h1 {
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
}

.section-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}

.list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}

.list li:last-of-type {
  margin-bottom: 0;
}

.list li:before {
  content: '';
  top: 9px;
  left: 0;
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0C131D;
}

.ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.ul li:last-of-type {
  margin-bottom: 0;
}

.ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1873ED;
}

.ul--md li {
  margin-bottom: 48px;
  padding-left: 32px;
}

.ul--md li:before {
  top: 8px;
}

.main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 162px;
}

.content {
  background-color: #FDFDFE;
}

.section {
  overflow: hidden;
}

.section--visible {
  overflow: visible;
}

.section--basic {
  padding-bottom: 104px;
}

.section--basic:last-of-type {
  padding-bottom: 0;
}

.section--basic--top {
  padding-top: 104px;
}

.section__header-col--1 {
  padding-right: 15px;
  max-width: calc(100% - 60px);
}

.section__top {
  position: relative;
}

.section__top-img {
  position: absolute;
  top: -50px;
  right: 46px;
  width: 276px;
}

.slider-den .swiper-slide {
  flex-shrink: unset;
}

.slide {
  display: inline-flex;
  flex-direction: column;
}

.slide__top {
  position: relative;
  background-color: red;
  height: 40px;
}

.slide__top-text {
  position: absolute;
  top: 0;
  left: 0;
}

.slide__bottom {
  display: flex;
  align-items: center;
  color: #000;
}

.slide__item {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-tooltip {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 216px;
  filter: drop-shadow(0px 12px 16px rgba(14, 16, 28, 0.25));
  transition: opacity 0.3s ease;
  z-index: 5;
}

.custom-tooltip:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 8px;
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
  background-color: #0C131D;
  border-radius: 3px;
}

.custom-tooltip__inner {
  padding: 8px 12px;
  background-color: #0C131D;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.custom-tooltip__desc p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
}

.custom-tooltip--red:before {
  background-color: #EB5757;
}

.custom-tooltip--red .custom-tooltip__inner {
  background-color: #EB5757;
}

.custom-tooltip--tail--bottom--center:before {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -10px) rotate(45deg);
}

.custom-tooltip--tail--bottom--left:before {
  width: 12px;
  height: 12px;
  left: 8px;
  top: 100%;
  margin-top: -7px;
}

.custom-tooltip--tail--top--right {
  left: auto;
  right: 0;
  top: 100%;
  margin-top: 10px;
}

.custom-tooltip--tail--top--right:before {
  left: auto;
  right: 10px;
  top: -4px;
  width: 12px;
  height: 12px;
}

.checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
}

.checkbox * {
  user-select: none;
}

.checkbox__custom {
  position: relative;
  background-color: #F2F2F2;
  border: 1px solid #DEE8ED;
  border-radius: 3px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.checkbox__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.checkbox__native {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox__native:checked + .checkbox__custom {
  background-color: #1873ED;
  border-color: #1873ED;
}

.checkbox__native:checked + .checkbox__custom .checkbox__icon {
  opacity: 1;
}

.checkbox--md .checkbox__custom {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.checkbox--md .checkbox__icon {
  width: 12px;
  height: 12px;
}

.checkbox:hover .checkbox__custom {
  border-color: #1873ED;
}

.checkbox.is-error .checkbox__custom {
  border: 1px solid #EB5757;
}

.checkbox__error {
  left: -5px;
  bottom: 100%;
  margin-bottom: 16px;
}

.checkbox.is-error .checkbox__error {
  opacity: 1;
}

.files-block .file-item {
  margin-bottom: 16px;
}

.files-block .file-item:last-of-type {
  margin-bottom: 0;
}

.file-item__inner {
  position: relative;
}

.file-item__label {
  position: relative;
}

.file-item__native {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.file-item__custom {
  display: flex;
  align-items: center;
  height: 48px;
  border: 1px solid #B0BAC6;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
  transition: border-color 0.3s ease;
  cursor: pointer;
}

.file-item__custom:hover {
  border-color: #1873ED;
}

.file-item__custom-icon {
  flex-shrink: 0;
  margin-right: 12px;
}

.file-item__custom-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
}

.file-item__success {
  display: none;
}

.file-item__success-field {
  height: 48px;
  background-color: #F6F8F9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.file-item__success-name {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-item__success-delete {
  margin-left: 10px;
  flex-shrink: 0;
  cursor: pointer;
}

.file-item__success-delete:hover {
  fill: #1873ED;
}

.file-item.is-error .file-item__custom {
  border-color: #EB5757;
}

.file-item__error {
  left: 100%;
  top: 0;
  margin-left: 16px;
}

.icon {
  transition: fill 0.3s ease;
}

.icon--sm {
  width: 20px;
  height: 20px;
}

.icon--md {
  width: 24px;
  height: 24px;
}

.icon--lg {
  width: 30px;
  height: 30px;
}

.icon--xl {
  width: 48px;
  height: 48px;
}

.icon--blue {
  fill: #1873ED;
}

.icon--white {
  fill: #fff;
}

.icon--dark {
  fill: #0C131D;
}

.icon--gray {
  fill: #888D94;
}

.icon--gray-light {
  fill: #B1BAC6;
}

.icon--orange {
  fill: #FDA54E;
}

.dropdown {
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #DEE8ED;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown__link {
  padding: 10px 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: none;
  text-decoration: none;
  background-color: #1873ED;
  color: #fff;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
}

.button:hover {
  background-color: #0D99FF;
}

.button__text + .button__icon {
  margin-left: 14px;
}

.button--sm .button__text + .button__icon {
  margin-left: 12px;
}

.button--lg .button__icon + .button__text {
  margin-left: 16px;
}

.button--lg .button__icon {
  margin-top: -1px;
}

.button--sm {
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.button--md {
  height: 48px;
  font-size: 18px;
  line-height: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.button--lg {
  height: 56px;
  font-size: 20px;
  line-height: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.button--xl {
  height: 56px;
  font-size: 20px;
  line-height: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.button--icon-left.button--md {
  padding-left: 14px;
}

.button--icon-left.button--sm {
  padding-left: 12px;
}

.button--icon-left .button__icon {
  margin-right: 14px;
}

.button--icon-right.button--md {
  padding-right: 14px;
}

.button--icon-right.button--sm {
  padding-right: 10px;
}

.button--border {
  background-color: #fff;
  border: 1px solid #1873ED;
  color: #1873ED;
}

.button--border:hover {
  background-color: #fff;
  border-color: #0D99FF;
  color: #0D99FF;
}

.button--border:hover .button__icon {
  fill: #0D99FF;
}

.button--light {
  background-color: rgba(24, 115, 237, 0.1);
  color: #1873ED;
}

.button--light:hover {
  background-color: rgba(13, 153, 255, 0.1);
  color: #0D99FF;
}

.button--light:hover .button__icon {
  fill: #0D99FF;
}

.button--hidden .button__text--hidden {
  display: none;
}

.button--hidden.is-active .button__text--hidden {
  display: block;
}

.button--hidden.is-active .button__text--hidden + .button__text {
  display: none;
}

.button--hidden .button__icon {
  transition: transform 0.3s ease;
}

.button--hidden.is-active .button__icon {
  transform: rotate(180deg);
}

.button--white {
  background-color: #fff;
  color: #1873ED;
}

.button--white:hover {
  background-color: #fff;
  color: #0D99FF;
}

.button--white:hover .button__icon {
  fill: #0D99FF;
}

.button-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: none;
  text-decoration: none;
  background-color: rgba(24, 115, 237, 0.1);
  color: #fff;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  width: 40px;
  height: 40px;
}

.button-square--blue {
  background-color: #1873ED;
}

.button-square--md {
  width: 48px;
  height: 48px;
}

.button-square--border {
  background-color: transparent;
  border: 1px solid #1873ED;
}

.button-square--border:hover {
  border-color: #0D99FF;
}

.button-square--border:hover .button-square__icon {
  fill: #0D99FF;
}

.button-square--blue:hover {
  background-color: #0D99FF;
}

.button-tab {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.button-tab--md {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 150%;
}

.button-tab--lg {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 24px;
  line-height: 120%;
}

.button-tab.is-active {
  border-color: #1873ED;
  color: #1873ED;
  pointer-events: none;
}

.button-tab__text {
  pointer-events: none;
}

.slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #FDFDFE;
  border-radius: 50%;
  background-color: #1873ED;
  transition: background-color 0.3s ease;
  width: 48px;
  height: 48px;
}

.button-special {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 124px;
  background-color: #3E4197;
  color: #fff;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  padding: 0 32px;
}

.button-special__img {
  width: 52px;
  margin-right: 48px;
}

.button-special__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.button-special:hover {
  background-color: #6669BF;
}

.link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1873ED;
  transition: color 0.3s ease;
  cursor: pointer;
}

.link:hover {
  color: #0D99FF;
}

.link--gray {
  color: #888D94;
}

.link--gray--dark {
  color: #4F4F4F;
}

.link--dark {
  color: #0C131D;
}

.link--md {
  font-size: 18px;
  line-height: 150%;
}

.link--lg {
  font-size: 20px;
  line-height: 150%;
}

.link--xl {
  font-size: 24px;
  line-height: 120%;
}

.link__icon + .link__text,
.link__text + .link__icon {
  margin-left: 8px;
}

.link:hover .link__icon {
  fill: #0D99FF;
}

.input {
  position: relative;
}

.input__field {
  background-color: #fff;
  border: 1px solid #B0BAC6;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

.input__field:hover {
  border-color: #4F4F4F;
}

.input__placeholder {
  position: absolute;
  left: 16px;
  top: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #888D94;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
  pointer-events: none;
}

.input.is-focused .input__placeholder,
.input.is-error .input__placeholder,
.input.is-changed .input__placeholder {
  font-size: 14px;
  top: -12px;
}

.input.is-changed .input__field {
  color: #0C131D;
}

.input.is-focused .input__placeholder {
  color: #1873ED;
}

.input.is-focused .input__field,
.input__field:focus {
  border-color: #1873ED;
}

.input.is-error .input__field {
  border-color: #EB5757;
}

.input.is-error .input__placeholder {
  color: #EB5757;
}

.input__error {
  left: calc(100% + 16px);
  top: 0;
}

.input--textarea .input__field {
  height: 80px;
  padding-top: 16px;
}

.input--textarea--md .input__field {
  height: 120px;
  padding-top: 16px;
  font-size: 16px;
}

.input--textarea--md .input__placeholder {
  font-size: 16px;
  top: 12px;
}

.input--sm .input__field {
  font-size: 16px;
  height: 48px;
}

.input--sm .input__placeholder {
  font-size: 16px;
  top: 12px;
}

.input--md .input__field {
  font-size: 18px;
  height: 56px;
}

.input--icon .input__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.input--icon .input__field {
  padding-left: 52px;
}

.input--icon .input__placeholder {
  left: 52px;
}

.input--icon.is-focused .input__placeholder,
.input--icon.is-error .input__placeholder,
.input--icon.is-changed .input__placeholder {
  left: 16px;
}

.input--square .input__field {
  width: 48px;
  height: 48px;
  padding: 0 5px;
  text-align: center;
  font-size: 16px;
}

.inputs-row {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -12px;
}

.inputs-row__col {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

.select {
  position: relative;
}

.select__placeholder {
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888D94;
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  transition: all 0.15s;
}

.select.is-error .select2-selection {
  border-color: #EB5757;
}

.select.is-error:hover .select__error {
  opacity: 1;
}

.select__error {
  top: 0;
  left: 100%;
  margin-left: 16px;
}

.select.is-changed .select__placeholder {
  font-size: 12px;
  top: 0px;
}

.select .select2-selection {
  border: 1px solid #B0BAC6;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.select .select2-selection__rendered {
  padding-left: 16px !important;
  padding-right: 40px !important;
}

.select .select2-selection__arrow {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%);
  transform-origin: center center !important;
}

.select .select2-selection__arrow:before {
  content: '';
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.0002 9.17006C16.8128 8.98381 16.5594 8.87927 16.2952 8.87927C16.031 8.87927 15.7776 8.98381 15.5902 9.17006L12.0002 12.7101L8.46019 9.17006C8.27283 8.98381 8.01938 8.87927 7.75519 8.87927C7.49101 8.87927 7.23756 8.98381 7.05019 9.17006C6.95646 9.26303 6.88207 9.37363 6.8313 9.49549C6.78053 9.61735 6.75439 9.74805 6.75439 9.88006C6.75439 10.0121 6.78053 10.1428 6.8313 10.2646C6.88207 10.3865 6.95646 10.4971 7.05019 10.5901L11.2902 14.8301C11.3832 14.9238 11.4938 14.9982 11.6156 15.049C11.7375 15.0997 11.8682 15.1259 12.0002 15.1259C12.1322 15.1259 12.2629 15.0997 12.3848 15.049C12.5066 14.9982 12.6172 14.9238 12.7102 14.8301L17.0002 10.5901C17.0939 10.4971 17.1683 10.3865 17.2191 10.2646C17.2699 10.1428 17.296 10.0121 17.296 9.88006C17.296 9.74805 17.2699 9.61735 17.2191 9.49549C17.1683 9.37363 17.0939 9.26303 17.0002 9.17006Z' fill='%23B0BAC6'/%3E%3C/svg%3E%0A");
}

.select .select2-selection__arrow b {
  display: none;
}

.select .select2-container {
  border: none !important;
  box-shadow: none;
}

.select .select2-container--open .select2-selection__arrow:before {
  transform: rotate(180deg);
}

.select--md .select2-selection {
  height: 48px;
}

.select--lg .select2-selection {
  height: 56px;
}

.select .select2-container {
  margin-top: 0;
}

.select2-results__options .select2-results__option:first-of-type {
  display: none;
}

.select2-container {
  margin-top: 4px;
}

.select2-dropdown {
  border: none !important;
  border-radius: 8px;
  overflow: hidden;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 192px;
  border: 1px solid #DEE8ED !important;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  scrollbar-color: #B1BAC6 #F2F2F2;
  scrollbar-width: thin;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 16px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: #F2F2F2;
  border-radius: 16px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #B1BAC6;
  border-radius: 16px;
}

.select2-results__option {
  font-size: 16px;
  font-weight: 400;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

.select2-results__option:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #1873ED;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.select2-results__option--selected,
.select2-results__option--highlighted {
  background-color: #F6F6F6 !important;
  color: #1873ED !important;
}

.select2-results__option--selected:before,
.select2-results__option--highlighted:before {
  opacity: 1;
}

.blockquote {
  background: rgba(24, 115, 237, 0.08);
  border-radius: 8px;
  padding: 80px;
  margin: 0;
}

.blockquote > p {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
}

.search-block--main {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  padding-top: 52px;
  padding-bottom: 52px;
  z-index: 25;
  top: -100%;
  transition: top 0.45s ease-in-out, opacity 0.3s ease;
  opacity: 0;
}

.search-block--main.is-active {
  top: 0;
  opacity: 1;
}

.search-block__row {
  display: flex;
  align-items: center;
}

.search-block__input {
  flex: 1 0 0;
  margin-right: 16px;
}

.search-block__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-left: 72px;
}

.search-block__close .icon {
  width: 24px;
  height: 24px;
}

.search-block__button .button__text {
  margin-left: 0 !important;
}

.event-card {
  display: flex;
  flex-direction: column;
  background-color: #1873ED;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 32px;
  color: #fff;
  transition: background-color 0.3s ease;
  height: 100%;
}

.event-card__header {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.event-card__desc p {
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
}

.event-card__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.event-card__row {
  display: flex;
  align-items: center;
}

.event-card__col {
  flex: 0 0 50%;
  text-align: center;
  position: relative;
}

.event-card__col:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -10px;
  margin-top: -10px;
  transform: translateY(-50%);
  display: block;
  background-color: #fff;
  width: 32px;
  height: 12px;
}

.event-card__col:last-of-type:after {
  display: none;
}

.event-card__number {
  font-weight: 700;
  font-size: 96px;
  line-height: 100px;
}

.event-card__date {
  font-size: 18px;
  line-height: 120%;
}

.event-card ul li:before {
  background-color: #fff;
}

a.event-card:hover {
  background-color: #0D99FF;
}

.event-links .event-link {
  margin-bottom: 12px;
}

.event-links .event-link:last-of-type {
  margin-bottom: 0;
}

.event-link {
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 24px 32px 24px 0;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.event-link__left {
  width: 160px;
  min-width: 160px;
}

.event-link__right {
  border-left: 1px solid #DEE8ED;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}

.event-link__numeric {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.event-link__number {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  color: #1873ED;
}

.event-link__date {
  color: #888D94;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}

.event-link__desc p {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #0C131D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-link__desc--lg p {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
}

.event-link__city {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #888D94;
  white-space: nowrap;
}

.event-link__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

.event-link__col {
  padding-left: 10px;
  padding-right: 10px;
}

.event-link__col--2 {
  transform: translateY(-4px);
}

.event-link__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.event-link__item {
  margin-right: 24px;
}

.event-link__item:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.event-link--sm {
  height: auto;
  min-height: 150px;
}

.event-link--sm .event-link__right {
  justify-content: center;
}

.event-link--desktop {
  display: block;
  height: unset;
}

.event-link--desktop .event-link__row {
  flex-direction: column-reverse;
  align-items: flex-start;
}

.event-link--desktop .event-link__date {
  text-align: left;
}

.event-link--desktop .event-link__right {
  padding-left: 0;
  border-left: none;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #DEE8ED;
}

.event-link--modern .event-link__left {
  width: auto !important;
  padding-left: 32px;
  padding-right: 32px;
  flex-shrink: 0;
}

.event-link__numeric-list {
  display: flex;
  gap: 30px;
}

.event-link__numeric-list .event-link__number {
  position: relative;
}

.event-link__numeric-list .event-link__number:after {
  content: '-';
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(20px);
}

.event-link__numeric-list .event-link__numeric:last-of-type .event-link__number:after {
  display: none;
}

a.event-link:hover {
  border-color: #1873ED;
}

.user-blocks .user-block {
  margin-bottom: 12px;
}

.user-blocks .user-block:last-of-type {
  margin-bottom: 0;
}

.user-block {
  display: flex;
  align-items: center;
}

.user-block__ava {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.user-block__left {
  padding-right: 16px;
}

.user-block--md {
  padding: 16px 32px;
}

.user-block--md .user-block__ava {
  width: 88px;
  height: 88px;
}

.user-block--md .user-block__left {
  padding-right: 24px;
}

.user-block__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.user-block__right {
  align-self: center;
}

a.user-block {
  border: 1px solid transparent;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

a.user-block:hover {
  border-color: #1873ED;
}

.interesting-grid__row {
  margin-bottom: -24px;
}

.interesting-grid__col {
  margin-bottom: 24px;
}

.interesting-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 48px 48px 32px;
  min-height: 400px;
  height: 100%;
}

.interesting-card__top {
  margin-bottom: 20px;
}

.interesting-card__img {
  position: absolute;
  right: 48px;
  bottom: 32px;
  width: 276px;
  height: 276px;
  object-fit: cover;
}

.interesting-card__bottom {
  margin-top: auto;
  width: calc(100% - 276px);
}

.interesting-card__item {
  margin-bottom: 12px;
  display: flex;
}

.interesting-card__item:last-of-type {
  margin-bottom: 0;
}

.interesting-card--sm .interesting-card__item:last-of-type {
  margin-bottom: 0;
}

.youtube-blocks .youtube-block {
  margin-bottom: 40px;
}

.youtube-blocks .youtube-block:last-of-type {
  margin-bottom: 0;
}

.youtube-block {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.youtube-block:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.youtube-block__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.place-block {
  display: flex;
  height: 100%;
  min-height: 498px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.place-block__left {
  flex: 0 0 390px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.place-block__right {
  flex: 1 0 0;
  padding: 8px;
  padding-left: 40px;
}

.place-block__map {
  background-color: #DEE8ED;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.place-block__map > * {
  width: 100% !important;
  height: 100% !important;
}

.place-block__map .ymaps-2-1-79-ground-pane {
  filter: grayscale(1) brightness(1);
}

.place-block__map .ymaps-2-1-79-controls__toolbar,
.place-block__map .ymaps-2-1-79-map-copyrights-promo,
.place-block__map .ymaps-2-1-79-copyright__layout {
  display: none;
}

.place-block__item {
  display: flex;
  margin-bottom: 16px;
}

.place-block__item:last-of-type {
  margin-bottom: 0;
}

.place-block__list--inline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -16px;
}

.place-block__list--inline .place-block__item {
  margin-bottom: 16px;
  margin-right: 24px;
}

.place-block__list--inline .place-block__item:last-of-type {
  margin-right: 0;
}

.place-block--shadow {
  filter: drop-shadow(0px 5px 50px rgba(0, 0, 0, 0.05));
}

.place-block--md {
  min-height: 583px;
}

.place-block--md .place-block__left {
  padding-left: 32px;
  flex: 0 0 550px;
}

.news-card {
  display: block;
}

.news-card__date {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #1873ED;
}

.news-card--lg {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  filter: drop-shadow(0px 5px 50px rgba(0, 0, 0, 0.05));
}

.news-card--lg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #1873ED;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.news-card--lg .news-card__desc p {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #0C131D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-card__img-wrap {
  overflow: hidden;
}

.news-card--lg .news-card__img-wrap {
  height: 527px;
  position: relative;
}

.news-card--lg .news-card__bottom {
  padding: 24px 32px;
}

.news-card__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px 8px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: transform 0.3s ease;
}

.news-card--md {
  min-height: 112px;
  border-radius: 8px;
  padding: 12px 20px;
  transition: background-color 0.3s ease;
}

.news-card--md .news-card__desc p {
  font-size: 20px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0C131D;
}

.news-card--lg:hover:before {
  opacity: 1;
}

.news-block {
  padding: 32px;
  background-color: #fff;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.offer-form {
  display: flex;
  align-items: center;
  position: relative;
  padding: 32px 32px 32px 156px;
  background: #fff;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.offer-form form {
  width: 100%;
}

.offer-form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.offer-form__col--1 {
  position: absolute;
  top: 16px;
  left: 16px;
}

.offer-form__img {
  width: 120px;
}

.offer-form__col--2 {
  flex: 1 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.offer-form__input {
  flex: 1 0 0;
}

.offer-form__button {
  margin-left: 12px;
}

.offer-form__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}

.offer-form__success {
  display: none;
}

.offer-form__success .offer-form__col--1 {
  top: 30px;
  left: 30px;
}

.offer-form__success .offer-form__img {
  width: 92px;
}

.sticky-menu__item {
  margin-bottom: 16px;
}

.sticky-menu__item:last-of-type {
  margin-bottom: 0;
}

.sticky-menu__item.is-active .link {
  color: #1873ED;
  pointer-events: none;
}

.breadcrumbs {
  line-height: 20px;
}

.breadcrumbs__list {
  display: flex;
  align-self: center;
  gap: 21px;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}

.breadcrumbs__list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.breadcrumbs__list::-webkit-scrollbar-track {
  background-color: transparent;
}

.breadcrumbs__list::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.breadcrumbs__link {
  white-space: nowrap;
  position: relative;
}

.breadcrumbs__link:after {
  content: '›';
  position: absolute;
  top: 0px;
  right: -12px;
}

div.breadcrumbs__link {
  pointer-events: none;
}

.accordion .accordion-item {
  margin-bottom: 12px;
}

.accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}

.accordion-item {
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background-color: #fff;
}

.accordion-item__trigger {
  position: relative;
  padding: 24px 24px 24px 60px;
  cursor: pointer;
  transition: padding-bottom 0.3s ease;
}

.accordion-item__trigger-title {
  transition: color 0.3s ease;
}

.accordion-item__icon {
  position: absolute;
  left: 18px;
  top: 20px;
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}

.accordion-item__row {
  display: flex;
  justify-content: space-between;
  margin-left: -8px;
  margin-right: -8px;
}

.accordion-item__col {
  padding-left: 8px;
  padding-right: 8px;
}

.accordion-item__col--2 {
  margin-top: 3px;
}

.accordion-item__body {
  position: relative;
  display: none;
  padding: 0 24px 24px 60px;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-top: -10px;
}

.accordion-item__body-inner {
  padding-top: 16px;
  border-top: 1px solid #DEE8ED;
}

.accordion-item.is-active .accordion-item__icon {
  transform: rotate(0deg);
}

.accordion-item.is-active .accordion-item__body {
  opacity: 1;
}

.info-cards .info-card {
  margin-bottom: 12px;
}

.info-cards .info-card:last-of-type {
  margin-bottom: 0;
}

.info-card {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 24px 32px;
}

.info-card__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
}

.info-card__hidden {
  display: none;
}

.info-card__hidden p {
  line-height: 160%;
}

.info-card__text-overflow p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 160%;
}

.info-card.is-active .info-card__text-overflow p {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  animation: fadeIn 0.3s ease forwards;
}

.datepicker .air-datepicker {
  width: 100%;
  border: none;
  background: #F6F8F9;
  border-radius: 8px;
}

.datepicker .air-datepicker--navigation {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}

.datepicker .air-datepicker--content {
  padding: 10px 16px 16px;
}

.datepicker .air-datepicker-body--day-names {
  margin-bottom: 8px;
}

.datepicker .air-datepicker-body--cells {
  min-height: 265px;
  height: auto;
  grid-auto-rows: unset;
}

.datepicker .air-datepicker-cell {
  height: 53px;
  color: #0C131D;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  transition: color 0.3s ease;
}

.datepicker .air-datepicker-cell.-focus- {
  background-color: transparent;
  color: #1873ED !important;
}

.datepicker .air-datepicker-cell.-focus-:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #1873ED;
  border-radius: 8px;
}

.datepicker .air-datepicker-cell.-selected- {
  background: rgba(24, 115, 237, 0.12);
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1 !important;
}

.datepicker .air-datepicker-cell.-selected-.-other-month- {
  background: rgba(24, 115, 237, 0.12);
  color: #0C131D;
}

.datepicker .air-datepicker-cell:not(.-selected-) + .-selected- {
  border-radius: 8px 0 0 8px;
}

.datepicker .air-datepicker-cell:not(.-selected-) + .air-datepicker-cell--last {
  border-radius: 8px 8px 8px 8px;
}

.datepicker .air-datepicker-cell.air-datepicker-cell--last {
  border-radius: 0 8px 8px 0;
}

.datepicker .air-datepicker-cell.-current- {
  color: #0C131D;
}

.datepicker .air-datepicker-cell.-current-:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #1873ED;
  border-radius: 8px;
}

.datepicker .air-datepicker-cell .custom-tooltip {
  bottom: 100%;
  margin-bottom: 12px;
  width: auto;
  min-width: 130px;
}

.datepicker .air-datepicker-cell:hover .custom-tooltip {
  opacity: 1;
}

.datepicker .air-datepicker-nav--title {
  font-size: 16px;
  pointer-events: none;
  color: #0C131D;
}

.datepicker .air-datepicker-nav--title i {
  color: inherit;
}

.datepicker .air-datepicker-nav--action {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s ease;
}

.datepicker .air-datepicker-nav--action svg {
  display: none;
}

.datepicker .air-datepicker-nav--action:hover {
  background-color: transparent;
  opacity: 0.6;
}

.datepicker .air-datepicker-nav--action[data-action="prev"] {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0534 15.0534C10.932 15.1802 10.8369 15.3297 10.7734 15.4934C10.6401 15.818 10.6401 16.1821 10.7734 16.5067C10.8369 16.6704 10.932 16.8199 11.0534 16.9467L15.0534 20.9467C15.3045 21.1978 15.645 21.3389 16.0001 21.3389C16.3552 21.3389 16.6957 21.1978 16.9467 20.9467C17.1978 20.6957 17.3389 20.3552 17.3389 20.0001C17.3389 19.645 17.1978 19.3045 16.9467 19.0534L15.2134 17.3334H20.0001C20.3537 17.3334 20.6928 17.1929 20.9429 16.9429C21.1929 16.6928 21.3334 16.3537 21.3334 16.0001C21.3334 15.6465 21.1929 15.3073 20.9429 15.0573C20.6928 14.8072 20.3537 14.6667 20.0001 14.6667H15.2134L16.9467 12.9467C17.0717 12.8228 17.1709 12.6753 17.2386 12.5129C17.3063 12.3504 17.3411 12.1761 17.3411 12.0001C17.3411 11.8241 17.3063 11.6498 17.2386 11.4873C17.1709 11.3248 17.0717 11.1774 16.9467 11.0534C16.8228 10.9284 16.6753 10.8293 16.5129 10.7616C16.3504 10.6939 16.1761 10.659 16.0001 10.659C15.8241 10.659 15.6498 10.6939 15.4873 10.7616C15.3248 10.8293 15.1774 10.9284 15.0534 11.0534L11.0534 15.0534ZM2.66675 16.0001C2.66675 18.6372 3.44873 21.215 4.91382 23.4077C6.37891 25.6003 8.46129 27.3093 10.8976 28.3185C13.334 29.3276 16.0149 29.5917 18.6013 29.0772C21.1877 28.5627 23.5635 27.2929 25.4282 25.4282C27.2929 23.5635 28.5627 21.1877 29.0772 18.6013C29.5917 16.0149 29.3276 13.334 28.3185 10.8976C27.3093 8.46129 25.6003 6.37891 23.4077 4.91382C21.215 3.44873 18.6372 2.66675 16.0001 2.66675C14.2491 2.66675 12.5153 3.01162 10.8976 3.68169C9.27996 4.35175 7.81011 5.33388 6.57199 6.57199C4.07151 9.07248 2.66675 12.4639 2.66675 16.0001ZM26.6667 16.0001C26.6667 18.1097 26.0412 20.172 24.8691 21.9262C23.697 23.6803 22.0311 25.0475 20.082 25.8548C18.133 26.6621 15.9882 26.8734 13.9191 26.4618C11.85 26.0502 9.94937 25.0343 8.45761 23.5426C6.96585 22.0508 5.94995 20.1502 5.53837 18.081C5.1268 16.0119 5.33803 13.8672 6.14537 11.9181C6.9527 9.96905 8.31987 8.30314 10.074 7.13107C11.8281 5.959 13.8904 5.33341 16.0001 5.33341C18.8291 5.33341 21.5422 6.45722 23.5426 8.45761C25.5429 10.458 26.6667 13.1711 26.6667 16.0001Z' fill='%231873ED'/%3E%3C/svg%3E%0A");
}

.datepicker .air-datepicker-nav--action[data-action="next"] {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0534 15.0534C10.932 15.1802 10.8369 15.3297 10.7734 15.4934C10.6401 15.818 10.6401 16.1821 10.7734 16.5067C10.8369 16.6704 10.932 16.8199 11.0534 16.9467L15.0534 20.9467C15.3045 21.1978 15.645 21.3389 16.0001 21.3389C16.3552 21.3389 16.6957 21.1978 16.9467 20.9467C17.1978 20.6957 17.3389 20.3552 17.3389 20.0001C17.3389 19.645 17.1978 19.3045 16.9467 19.0534L15.2134 17.3334H20.0001C20.3537 17.3334 20.6928 17.1929 20.9429 16.9429C21.1929 16.6928 21.3334 16.3537 21.3334 16.0001C21.3334 15.6465 21.1929 15.3073 20.9429 15.0573C20.6928 14.8072 20.3537 14.6667 20.0001 14.6667H15.2134L16.9467 12.9467C17.0717 12.8228 17.1709 12.6753 17.2386 12.5129C17.3063 12.3504 17.3411 12.1761 17.3411 12.0001C17.3411 11.8241 17.3063 11.6498 17.2386 11.4873C17.1709 11.3248 17.0717 11.1774 16.9467 11.0534C16.8228 10.9284 16.6753 10.8293 16.5129 10.7616C16.3504 10.6939 16.1761 10.659 16.0001 10.659C15.8241 10.659 15.6498 10.6939 15.4873 10.7616C15.3248 10.8293 15.1774 10.9284 15.0534 11.0534L11.0534 15.0534ZM2.66675 16.0001C2.66675 18.6372 3.44873 21.215 4.91382 23.4077C6.37891 25.6003 8.46129 27.3093 10.8976 28.3185C13.334 29.3276 16.0149 29.5917 18.6013 29.0772C21.1877 28.5627 23.5635 27.2929 25.4282 25.4282C27.2929 23.5635 28.5627 21.1877 29.0772 18.6013C29.5917 16.0149 29.3276 13.334 28.3185 10.8976C27.3093 8.46129 25.6003 6.37891 23.4077 4.91382C21.215 3.44873 18.6372 2.66675 16.0001 2.66675C14.2491 2.66675 12.5153 3.01162 10.8976 3.68169C9.27996 4.35175 7.81011 5.33388 6.57199 6.57199C4.07151 9.07248 2.66675 12.4639 2.66675 16.0001ZM26.6667 16.0001C26.6667 18.1097 26.0412 20.172 24.8691 21.9262C23.697 23.6803 22.0311 25.0475 20.082 25.8548C18.133 26.6621 15.9882 26.8734 13.9191 26.4618C11.85 26.0502 9.94937 25.0343 8.45761 23.5426C6.96585 22.0508 5.94995 20.1502 5.53837 18.081C5.1268 16.0119 5.33803 13.8672 6.14537 11.9181C6.9527 9.96905 8.31987 8.30314 10.074 7.13107C11.8281 5.959 13.8904 5.33341 16.0001 5.33341C18.8291 5.33341 21.5422 6.45722 23.5426 8.45761C25.5429 10.458 26.6667 13.1711 26.6667 16.0001Z' fill='%231873ED'/%3E%3C/svg%3E%0A");
}

.datepicker .air-datepicker-body--day-name {
  font-weight: 700;
  font-size: 16px;
  color: #0C131D;
  text-transform: capitalize;
}

.link-blocks-row {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
}

.link-blocks-row .link-blocks-col {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.link-block {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 32px 70px 72px 32px;
  height: 100%;
  transition: border-color 0.3s ease;
}

.link-block__desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #0C131D;
}

.link-block__bottom {
  position: absolute;
  right: 26px;
  bottom: 12px;
}

.link-block:hover {
  border-color: #1873ED;
}

.block-link {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid transparent;
  height: 100%;
  transition: border-color 0.3s ease;
}

.block-link__top {
  padding: 24px 24px 12px;
}

.block-link__bottom {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 10px;
}

.block-link:hover {
  border-color: #1873ED;
}

.block-links .block-link {
  margin-bottom: 12px;
}

.block-links .block-link:last-of-type {
  margin-bottom: 0;
}

.members-row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
}

.members-row__col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.member-card {
  background-color: #fff;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 16px;
  height: 100%;
}

.member-card__img-wrap {
  flex-shrink: 0;
}

.member-card__img {
  width: 100%;
  max-width: 100%;
  height: 535px;
  object-fit: cover;
  border-radius: 8px;
}

.member-card__desc {
  margin-top: 20px;
}

.member-card__desc p {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.about-block {
  background-color: #F6F8F9;
  border-radius: 16px;
  border: 1px solid #DEE8ED;
  padding: 64px;
}

.about-block__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: auto;
  min-width: 100%;
  margin-left: -32px;
  margin-right: -32px;
}

.about-block__col {
  padding-left: 32px;
  padding-right: 32px;
  flex: 0 0 50%;
}

.about-block__col--2 {
  display: flex;
  justify-content: center;
}

.about-block__inner {
  padding: 58px 88px;
}

.about-block__img-wrap {
  padding-left: 124px;
}

.about-block__img {
  width: 448px;
}

.member-blocks .member-block {
  margin-bottom: 12px;
}

.member-blocks .member-block:last-of-type {
  margin-bottom: 0;
}

.member-block {
  background-color: #fff;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.member-block__top {
  display: flex;
  align-items: center;
  padding: 16px 32px;
}

.member-block__ava {
  margin-right: 24px;
}

.member-block__ava-img {
  width: 88px;
  height: 88px;
  border-radius: 50px;
  object-fit: cover;
}

.member-block__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.member-block__bottom {
  border-top: 1px solid #DEE8ED;
  padding: 32px;
}

.member-block__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.member-block__list .link__text {
  white-space: nowrap;
}

.block-search {
  border: 1px solid #DEE8ED;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.block-search__top {
  padding: 16px 24px 16px;
  border-bottom: 1px solid #DEE8ED;
  border-radius: 0 0 8px 8px;
}

.block-search__link {
  margin-right: 10px;
}

.block-search__item {
  padding: 16px 32px;
  border-bottom: 1px solid #DEE8ED;
  border-radius: 0 0 8px 8px;
}

.block-search__item:last-of-type {
  border: none;
}

.block-search__row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
}

.block-search__col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.block-search__left {
  display: flex;
  align-items: center;
}

.block-search__icon-wrap {
  position: relative;
  align-self: flex-start;
  display: flex;
  margin-left: 16px;
}

.block-search__icon-wrap .custom-tooltip {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, -12px);
  width: 204px;
}

.block-search__icon-wrap:hover .custom-tooltip {
  opacity: 1;
}

.block-search__desc p {
  line-height: 120%;
}

.block-search--alone .block-search__top {
  border-bottom: none;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pagination__left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.info-blocks {
  margin-left: -13px;
  margin-right: -13px;
  margin-bottom: -26px;
}

.info-blocks__col {
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 26px;
}

.info-block {
  background-color: #F6F8F9;
  border: 1px solid #DEE8ED;
  border-radius: 16px;
  padding: 72px 64px 56px;
  height: 100%;
}

.info-block__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}

.info-block__user {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.info-block__user-ava {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
}

.info-block__user-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #0C131D;
}

.info-block__user-right {
  align-self: center;
}

.error-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F6F8F9;
  border: 1px solid #DEE8ED;
  border-radius: 16px;
  min-height: 576px;
  padding: 24px;
}

.error-block__desc {
  width: 100%;
  max-width: 698px;
}

.card-news-list .card-news {
  margin-bottom: 12px;
}

.card-news-list .card-news:last-of-type {
  margin-bottom: 0px;
}

.card-news {
  display: block;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #fff;
  transition: border-color 0.3s ease;
}

.card-news__desc {
  color: #0C131D;
}

.card-news__desc p {
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-news:hover {
  border-color: #1873ED;
}

.card-news--full {
  padding: 24px 32px;
}

.card-news--full .card-news__desc p {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  overflow: visible;
  text-overflow: unset;
}

.card-news__desc--md p {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
}

.news-link-list .news-link {
  margin-bottom: 12px;
}

.news-link-list .news-link:last-of-type {
  margin-bottom: 0;
}

.news-row {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -12px;
}

.news-row__col {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

.news-link {
  position: relative;
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 8px;
  filter: drop-shadow(0px 5px 50px rgba(0, 0, 0, 0.05));
  height: 100%;
}

.news-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #1873ED;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.news-link__left {
  display: flex;
}

.news-link__img {
  width: 400px;
  height: auto;
  min-height: 200px;
  object-fit: cover;
  border-radius: 8px 0 0px 8px;
}

.news-link__right {
  padding: 24px;
}

.news-link__desc p {
  color: #0C131D;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-link:hover:before {
  opacity: 1;
}

.news-link--desktop {
  display: block;
}

.news-link--desktop .news-link__img {
  width: 100%;
  height: 200px;
  border-radius: 8px 8px 0 0;
}

.fixed-element {
  position: fixed;
  z-index: 10;
  bottom: 32px;
  right: 24px;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.fixed-element .button {
  pointer-events: auto;
}

.fixed-element.is-hidden {
  opacity: 0;
}

.fixed-element.is-hidden .button {
  pointer-events: none;
}

.row-advantages {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
}

.row-advantages__col {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.advantages-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 32px;
}

.advantages-card__img {
  width: 164px;
}

.advantages-card__title {
  font-size: 24px;
  line-height: 32px;
}

.advantages-card__desc p {
  line-height: 150%;
  color: #4F4F4F;
}

.offer-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1873ED;
  padding: 32px;
  border-radius: 16px;
}

.offer-block__title {
  font-size: 24px;
  line-height: 100%;
}

.offer-block__desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.offer-block__left {
  padding-right: 20px;
}

.school-about {
  background-color: #F6F8F9;
  border: 1px solid #DEE8ED;
  border-radius: 16px;
  padding: 48px 32px 32px;
}

.about-info__img {
  object-fit: cover;
}

.tag {
  display: inline-flex;
  align-items: center;
  height: 40px;
  border: 1px solid #DEE8ED;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.tag__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}

.tag:hover {
  border-color: #0D99FF;
}

.tag.is-active {
  background-color: #1873ED;
  border-color: #1873ED;
  color: #fff;
}

.tag.is-active:hover {
  border-color: #0D99FF;
  background-color: #0D99FF;
}

.author-block {
  filter: drop-shadow(0px 5px 50px rgba(0, 0, 0, 0.05));
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.author-block__img {
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
}

.author-block__desc {
  padding: 32px;
  background-color: #fff;
}

.block-info {
  background-color: #F6F8F9;
  border: 1px solid #DEE8ED;
  border-radius: 8px;
  padding: 24px 32px;
}

.block-info__user {
  display: flex;
  align-items: center;
}

.block-info__user-left {
  margin-right: 24px;
  align-self: flex-start;
}

.block-info__user-ava {
  width: 132px;
  height: 132px;
  object-fit: cover;
}

.block-info__user-name {
  font-size: 24px;
  line-height: 120%;
}

.block-info__user-position {
  font-size: 20px;
  line-height: 130%;
}

.block-info__row {
  margin-bottom: 12px;
}

.block-info__row:last-of-type {
  margin-bottom: 0;
}

.block-info__row p {
  line-height: 150%;
}

.block-info__address {
  margin-bottom: 12px;
}

.block-info__address:last-of-type {
  margin-bottom: 0;
}

.block-info > hr {
  padding-top: 13px;
  padding-bottom: 14px;
}

.block-info--md {
  height: 100%;
}

.founder-grid__row {
  display: flex;
  flex-wrap: wrap;
}

.founder-grid__col--1 {
  flex: 0 0 59%;
  max-width: 604px;
  padding-right: 24px;
}

.founder-grid__col--2 {
  flex: 1 0 0;
}

.block-offer {
  background: #FFFFFF;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 32px;
}

.block-offer__img {
  width: 96px;
}

.form-main {
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #fff;
  padding: 56px 64px;
}

.form-main__img {
  width: 70px;
}

.form-main__success {
  display: none;
  height: 100%;
}

.form-main__success-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.form-main__success-img {
  width: 128px;
}

.form-main--right .file-item__error,
.form-main--right .input__error,
.form-main--right .select__error {
  left: auto;
  right: 0;
  top: 100%;
  margin-top: 10px;
}

.form-main--right .file-item__error:before,
.form-main--right .input__error:before,
.form-main--right .select__error:before {
  left: auto;
  right: 10px;
  top: -4px;
  width: 12px;
  height: 12px;
}

.slider__img {
  border-radius: 8px;
  display: block;
  max-width: 100%;
  height: auto;
}

.slider__scrollbar {
  height: 8px;
  position: static;
  background-color: #F2F2F2;
  border-radius: 8px;
}

.slider .swiper-scrollbar-drag {
  background-color: #B1BAC6;
  border-radius: 10px;
  height: 8px;
}

.slider--events .slider__init {
  overflow: visible;
}

.slider--events .slider__init:not(.swiper-initialized) .slider__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.slider--arrows {
  position: relative;
}

.slider--arrows .slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.slider--arrows .slider__btn.swiper-button-disabled {
  background-color: #F2F2F2;
  pointer-events: none;
}

.slider--with-desc .slider__btn {
  margin-top: -10px;
}

.slider--arrows .slider__btn--prev {
  left: -24px;
}

.slider--arrows .slider__btn--next {
  right: -24px;
}

.slider--basic .slider__img {
  width: 100%;
  max-width: 100%;
}

.slider--article .slider__slide {
  width: auto;
}

.slider--basic .slider__desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #888D94;
  text-align: center;
  margin-top: 12px;
}

.slider--tags {
  display: flex;
  align-items: center;
}

.slider--tags .slider__init {
  flex: 1 0 0;
}

.slider--tags .slider__init.swiper-initialized:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 2;
  width: 44px;
  height: 40px;
  background: linear-gradient(270deg, #FDFDFE 0%, rgba(253, 253, 254, 0.47) 100%);
  pointer-events: none;
}

.slider--tags .slider__init:not(.swiper-initialized) .slider__item {
  margin-right: 4px;
}

.slider--tags .slider__item {
  flex-shrink: unset;
  box-sizing: border-box;
  width: auto;
}

.slider--tags .slider__buttons {
  display: none;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
  margin-left: 8px;
}

.social__list {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav {
  flex: 1 0 0;
}

.nav__list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.nav__item {
  position: relative;
}

.nav__item-dropdown {
  width: 335px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav__link {
  height: 48px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.nav__link .link__icon {
  transition: transform 0.3s ease;
}

.nav__item-trigger .link__icon {
  transition: transform 0.3s ease;
}

.nav__item-trigger.is-active .link__icon {
  transform: rotate(180deg);
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  padding-top: 24px;
  padding-bottom: 16px;
  background: #fff;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
}

.header--fixed {
  position: fixed;
  padding-top: 16px;
  padding-bottom: 16px;
  animation: fadeIn linear 0.3s forwards;
}

.header--fixed .header__col--1,
.header--fixed .header__col--2,
.header--fixed .header__col--3 {
  display: none !important;
}

.header--fixed .header__col--4 {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

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

.header__logo-img {
  margin-right: 16px;
}

.header__logo-text {
  font-size: 12px;
  line-height: 120%;
  color: #4F4F4F;
}

.header__logo--sm .header__logo-img {
  filter: grayscale(1);
}

.header__logo--sm:hover .header__logo-img {
  filter: grayscale(0);
}

.header__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header__col--2 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex: 1 0 0;
}

.header__col--3 {
  margin-left: auto;
}

.header__col--4 {
  flex: 0 0 100%;
  border-top: 1px solid #DEE8ED;
  padding-top: 16px;
  margin-top: 16px;
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__close {
  position: absolute;
  top: 48px;
  right: 56px;
}

.header--mobile {
  display: none;
  position: fixed;
  padding-top: 16px;
  padding-bottom: 16px;
}

.header--mobile .header__logo-img {
  height: 32px;
}

.header-overlay {
  background: rgba(12, 19, 29, 0.8);
  backdrop-filter: blur(17.5px);
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 12;
}

.header-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  margin-top: auto;
  background-color: #F2F2F2;
  padding-top: 56px;
}

.footer__top {
  border-bottom: 1px solid #DEE8ED;
}

.footer__center {
  position: relative;
}

.footer__social {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer__bottom {
  border-top: 1px solid #DEE8ED;
}

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

.footer__logo-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #0C131D;
}

.footer__logo-img {
  margin-right: 24px;
}

.footer__title .button-square .link__icon {
  transition: transform 0.3s ease;
}

.footer__title .button-square.is-active .link__icon {
  transform: rotate(180deg);
}

.footer__title-link {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
}

.footer__dropdown {
  padding-right: 60px;
}

.footer__dropdown-item {
  margin-bottom: 10px;
}

.footer__dropdown-item:last-of-type {
  margin-bottom: 0;
}

.footer__dropdown-link {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.5px;
}

.footer__row {
  margin-bottom: -36px;
}

.footer__col {
  margin-bottom: 36px;
}

.tabs__row {
  display: flex;
  flex-wrap: wrap;
}

.tabs__left {
  padding-right: 32px;
  border-right: 1px solid #DEE8ED;
}

.tabs__right {
  padding-left: 32px;
}

.tabs__items {
  height: 100%;
}

.tabs__item {
  display: none;
  height: 100%;
}

.tabs__item.is-active {
  display: block;
  animation: fadeIn linear 0.3s forwards;
}

.tabs--basic {
  filter: drop-shadow(0px 5px 50px rgba(0, 0, 0, 0.05));
  background-color: #fff;
  padding-left: 32px;
  border-radius: 8px;
}

.tabs--basic .tabs__left {
  margin-top: 32px;
  margin-bottom: 32px;
}

.tabs--basic .tabs__right {
  flex: 1 0 0;
}

.tabs--basic .place-block__item:last-of-type {
  margin-bottom: 0;
}

.tabs--padding .tabs__right {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 32px;
}

.tabs--page .tabs__top {
  position: relative;
}

.tabs--page .tabs__top:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #DEE8ED;
}

.tabs--page .tabs__buttons {
  display: flex;
  align-items: center;
  overflow: auto;
  position: relative;
  width: auto;
  min-width: 100%;
  margin-left: -64px;
  margin-right: -64px;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}

.tabs--page .tabs__buttons::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tabs--page .tabs__buttons::-webkit-scrollbar-track {
  background-color: transparent;
}

.tabs--page .tabs__buttons::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.tabs--page .tabs__button-col {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.tabs--page .tabs__button-col:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #DEE8ED;
}

.tabs--page .tabs__button-col:first-of-type {
  padding-left: 64px;
}

.tabs--page .tabs__button-col:first-of-type:before {
  left: 64px;
}

.tabs--page .tabs__button-col:last-of-type {
  padding-right: 64px;
}

.tabs--page .tabs__button-col:last-of-type:before {
  right: 64px;
}

.tabs .tabs-link {
  color: #888D94;
  white-space: nowrap;
  position: relative;
}

.tabs .tabs-link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1873ED;
  bottom: 0px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tabs .tabs-link.is-active {
  color: #0C131D;
  z-index: 2;
}

.tabs .tabs-link.is-active:before {
  opacity: 1;
}

.tabs-link {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  cursor: pointer;
  transition: color 0.3s ease;
}

.tabs-tags__item {
  display: none;
}

.tabs-tags__item.is-active {
  display: block;
  animation: fadeIn 0.3s ease forwards;
}

.menu {
  position: fixed;
  z-index: 25;
  background-color: #fff;
  height: 100vh;
  width: 100vw;
  padding-top: 48px;
  bottom: 120%;
  transition: bottom 0.4s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.menu.is-active {
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
}

.menu__close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.menu__close .icon {
  pointer-events: none;
}

.menu__container {
  height: 100%;
}

.menu__row {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.menu__top {
  flex-basis: 100%;
}

.menu__tabs {
  height: 100%;
}

.menu__tabs .tabs__row,
.menu__tabs .tabs__left {
  height: 100%;
}

.menu__tabs .tabs__left {
  flex: 0 0 460px;
}

.menu__tabs .tabs__right {
  padding-left: 24px;
  flex: 1 0 0;
}

.menu__bottom {
  padding: 16px 24px 16px;
  border-top: 1px solid #DEE8ED;
}

.menu__list {
  column-count: 2;
  width: 95%;
  padding-left: 32px;
  padding-top: 24px;
}

.menu__item {
  margin-bottom: 24px;
  padding-right: 50px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.main-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 690px;
  border-radius: 16px;
  overflow: hidden;
  padding: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-banner__inner {
  position: relative;
  z-index: 2;
  margin-top: auto;
  width: 100%;
  max-width: 950px;
}

.main-banner__title {
  color: #4F4F4F;
  font-weight: 700;
  font-size: 75px;
  line-height: 120%;
  text-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
}

.main-banner__title span {
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  opacity: 0.8;
  width: 220px;
  display: inline-block;
}

.main-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: right center;
  width: 100%;
  height: 100%;
}

.modal-backdrop.show {
  background-color: #0C131D;
  opacity: 0.8;
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.modal__close:hover .icon {
  fill: #1873ED;
}

.modal--md .modal-dialog {
  max-width: calc(100% - 32px);
}

.modal-content {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  padding: 68px 48px 48px;
}

html.is-desktop body.modal-open .header {
  padding-right: 17px;
}

.rvshom-loader {
  position: relative;
}

.rvshom-loader__inner {
  background-color: #EEF4FE;
  height: 8px;
  border-radius: 8px;
}

.rvshom-loader__move {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  border-radius: 8px;
  background-color: #1873ED;
  width: 100%;
}

.modal.show .rvshom-loader__move {
  animation: widthAnim linear 3s forwards;
}

@media (min-width: 479px) {
  .container,
  .container-sm {
    max-width: 100%;
  }

  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 4px;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 4px;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 8px;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 8px;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 12px;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 12px;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 16px;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 16px;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 24px;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 24px;
  }

  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 32px;
  }

  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 32px;
  }

  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 40px;
  }

  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 40px;
  }

  .g-sm-44,
  .gx-sm-44 {
    --bs-gutter-x: 44px;
  }

  .g-sm-44,
  .gy-sm-44 {
    --bs-gutter-y: 44px;
  }

  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 48px;
  }

  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 48px;
  }

  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 56px;
  }

  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 56px;
  }

  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 60px;
  }

  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 60px;
  }

  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 64px;
  }

  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 64px;
  }

  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 74px;
  }

  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 74px;
  }

  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 88px;
  }

  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 88px;
  }

  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 88px;
  }

  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 88px;
  }

  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 104px;
  }

  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 104px;
  }

  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 120px;
  }

  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 120px;
  }

  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 168px;
  }

  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 168px;
  }

  .g-sm-208,
  .gx-sm-208 {
    --bs-gutter-x: 208px;
  }

  .g-sm-208,
  .gy-sm-208 {
    --bs-gutter-y: 208px;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 4px !important;
  }

  .m-sm-2 {
    margin: 8px !important;
  }

  .m-sm-3 {
    margin: 12px !important;
  }

  .m-sm-4 {
    margin: 16px !important;
  }

  .m-sm-5 {
    margin: 24px !important;
  }

  .m-sm-6 {
    margin: 32px !important;
  }

  .m-sm-40 {
    margin: 40px !important;
  }

  .m-sm-44 {
    margin: 44px !important;
  }

  .m-sm-7 {
    margin: 48px !important;
  }

  .m-sm-8 {
    margin: 56px !important;
  }

  .m-sm-9 {
    margin: 60px !important;
  }

  .m-sm-10 {
    margin: 64px !important;
  }

  .m-sm-11 {
    margin: 74px !important;
  }

  .m-sm-12 {
    margin: 88px !important;
  }

  .m-sm-13 {
    margin: 88px !important;
  }

  .m-sm-14 {
    margin: 104px !important;
  }

  .m-sm-16 {
    margin: 120px !important;
  }

  .m-sm-17 {
    margin: 168px !important;
  }

  .m-sm-208 {
    margin: 208px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-sm-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .mx-sm-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-sm-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-sm-6 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-sm-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .mx-sm-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .mx-sm-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .mx-sm-9 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-sm-10 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .mx-sm-11 {
    margin-right: 74px !important;
    margin-left: 74px !important;
  }

  .mx-sm-12 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .mx-sm-13 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .mx-sm-14 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }

  .mx-sm-16 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-sm-17 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }

  .mx-sm-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-sm-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-sm-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-sm-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-sm-6 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-sm-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .my-sm-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .my-sm-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .my-sm-9 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-sm-10 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .my-sm-11 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .my-sm-12 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .my-sm-13 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .my-sm-14 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .my-sm-16 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-sm-17 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }

  .my-sm-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 4px !important;
  }

  .mt-sm-2 {
    margin-top: 8px !important;
  }

  .mt-sm-3 {
    margin-top: 12px !important;
  }

  .mt-sm-4 {
    margin-top: 16px !important;
  }

  .mt-sm-5 {
    margin-top: 24px !important;
  }

  .mt-sm-6 {
    margin-top: 32px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mt-sm-44 {
    margin-top: 44px !important;
  }

  .mt-sm-7 {
    margin-top: 48px !important;
  }

  .mt-sm-8 {
    margin-top: 56px !important;
  }

  .mt-sm-9 {
    margin-top: 60px !important;
  }

  .mt-sm-10 {
    margin-top: 64px !important;
  }

  .mt-sm-11 {
    margin-top: 74px !important;
  }

  .mt-sm-12 {
    margin-top: 88px !important;
  }

  .mt-sm-13 {
    margin-top: 88px !important;
  }

  .mt-sm-14 {
    margin-top: 104px !important;
  }

  .mt-sm-16 {
    margin-top: 120px !important;
  }

  .mt-sm-17 {
    margin-top: 168px !important;
  }

  .mt-sm-208 {
    margin-top: 208px !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 4px !important;
  }

  .me-sm-2 {
    margin-right: 8px !important;
  }

  .me-sm-3 {
    margin-right: 12px !important;
  }

  .me-sm-4 {
    margin-right: 16px !important;
  }

  .me-sm-5 {
    margin-right: 24px !important;
  }

  .me-sm-6 {
    margin-right: 32px !important;
  }

  .me-sm-40 {
    margin-right: 40px !important;
  }

  .me-sm-44 {
    margin-right: 44px !important;
  }

  .me-sm-7 {
    margin-right: 48px !important;
  }

  .me-sm-8 {
    margin-right: 56px !important;
  }

  .me-sm-9 {
    margin-right: 60px !important;
  }

  .me-sm-10 {
    margin-right: 64px !important;
  }

  .me-sm-11 {
    margin-right: 74px !important;
  }

  .me-sm-12 {
    margin-right: 88px !important;
  }

  .me-sm-13 {
    margin-right: 88px !important;
  }

  .me-sm-14 {
    margin-right: 104px !important;
  }

  .me-sm-16 {
    margin-right: 120px !important;
  }

  .me-sm-17 {
    margin-right: 168px !important;
  }

  .me-sm-208 {
    margin-right: 208px !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 4px !important;
  }

  .mb-sm-2 {
    margin-bottom: 8px !important;
  }

  .mb-sm-3 {
    margin-bottom: 12px !important;
  }

  .mb-sm-4 {
    margin-bottom: 16px !important;
  }

  .mb-sm-5 {
    margin-bottom: 24px !important;
  }

  .mb-sm-6 {
    margin-bottom: 32px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-44 {
    margin-bottom: 44px !important;
  }

  .mb-sm-7 {
    margin-bottom: 48px !important;
  }

  .mb-sm-8 {
    margin-bottom: 56px !important;
  }

  .mb-sm-9 {
    margin-bottom: 60px !important;
  }

  .mb-sm-10 {
    margin-bottom: 64px !important;
  }

  .mb-sm-11 {
    margin-bottom: 74px !important;
  }

  .mb-sm-12 {
    margin-bottom: 88px !important;
  }

  .mb-sm-13 {
    margin-bottom: 88px !important;
  }

  .mb-sm-14 {
    margin-bottom: 104px !important;
  }

  .mb-sm-16 {
    margin-bottom: 120px !important;
  }

  .mb-sm-17 {
    margin-bottom: 168px !important;
  }

  .mb-sm-208 {
    margin-bottom: 208px !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 4px !important;
  }

  .ms-sm-2 {
    margin-left: 8px !important;
  }

  .ms-sm-3 {
    margin-left: 12px !important;
  }

  .ms-sm-4 {
    margin-left: 16px !important;
  }

  .ms-sm-5 {
    margin-left: 24px !important;
  }

  .ms-sm-6 {
    margin-left: 32px !important;
  }

  .ms-sm-40 {
    margin-left: 40px !important;
  }

  .ms-sm-44 {
    margin-left: 44px !important;
  }

  .ms-sm-7 {
    margin-left: 48px !important;
  }

  .ms-sm-8 {
    margin-left: 56px !important;
  }

  .ms-sm-9 {
    margin-left: 60px !important;
  }

  .ms-sm-10 {
    margin-left: 64px !important;
  }

  .ms-sm-11 {
    margin-left: 74px !important;
  }

  .ms-sm-12 {
    margin-left: 88px !important;
  }

  .ms-sm-13 {
    margin-left: 88px !important;
  }

  .ms-sm-14 {
    margin-left: 104px !important;
  }

  .ms-sm-16 {
    margin-left: 120px !important;
  }

  .ms-sm-17 {
    margin-left: 168px !important;
  }

  .ms-sm-208 {
    margin-left: 208px !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 4px !important;
  }

  .p-sm-2 {
    padding: 8px !important;
  }

  .p-sm-3 {
    padding: 12px !important;
  }

  .p-sm-4 {
    padding: 16px !important;
  }

  .p-sm-5 {
    padding: 24px !important;
  }

  .p-sm-6 {
    padding: 32px !important;
  }

  .p-sm-40 {
    padding: 40px !important;
  }

  .p-sm-44 {
    padding: 44px !important;
  }

  .p-sm-7 {
    padding: 48px !important;
  }

  .p-sm-8 {
    padding: 56px !important;
  }

  .p-sm-9 {
    padding: 60px !important;
  }

  .p-sm-10 {
    padding: 64px !important;
  }

  .p-sm-11 {
    padding: 74px !important;
  }

  .p-sm-12 {
    padding: 88px !important;
  }

  .p-sm-13 {
    padding: 88px !important;
  }

  .p-sm-14 {
    padding: 104px !important;
  }

  .p-sm-16 {
    padding: 120px !important;
  }

  .p-sm-17 {
    padding: 168px !important;
  }

  .p-sm-208 {
    padding: 208px !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-sm-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .px-sm-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-sm-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-sm-6 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-sm-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .px-sm-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .px-sm-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .px-sm-9 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-sm-10 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .px-sm-11 {
    padding-right: 74px !important;
    padding-left: 74px !important;
  }

  .px-sm-12 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .px-sm-13 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .px-sm-14 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }

  .px-sm-16 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-sm-17 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }

  .px-sm-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-sm-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .py-sm-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-sm-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-sm-6 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-sm-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .py-sm-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-sm-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .py-sm-9 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-sm-10 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .py-sm-11 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .py-sm-12 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .py-sm-13 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .py-sm-14 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .py-sm-16 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-sm-17 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }

  .py-sm-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 4px !important;
  }

  .pt-sm-2 {
    padding-top: 8px !important;
  }

  .pt-sm-3 {
    padding-top: 12px !important;
  }

  .pt-sm-4 {
    padding-top: 16px !important;
  }

  .pt-sm-5 {
    padding-top: 24px !important;
  }

  .pt-sm-6 {
    padding-top: 32px !important;
  }

  .pt-sm-40 {
    padding-top: 40px !important;
  }

  .pt-sm-44 {
    padding-top: 44px !important;
  }

  .pt-sm-7 {
    padding-top: 48px !important;
  }

  .pt-sm-8 {
    padding-top: 56px !important;
  }

  .pt-sm-9 {
    padding-top: 60px !important;
  }

  .pt-sm-10 {
    padding-top: 64px !important;
  }

  .pt-sm-11 {
    padding-top: 74px !important;
  }

  .pt-sm-12 {
    padding-top: 88px !important;
  }

  .pt-sm-13 {
    padding-top: 88px !important;
  }

  .pt-sm-14 {
    padding-top: 104px !important;
  }

  .pt-sm-16 {
    padding-top: 120px !important;
  }

  .pt-sm-17 {
    padding-top: 168px !important;
  }

  .pt-sm-208 {
    padding-top: 208px !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 4px !important;
  }

  .pe-sm-2 {
    padding-right: 8px !important;
  }

  .pe-sm-3 {
    padding-right: 12px !important;
  }

  .pe-sm-4 {
    padding-right: 16px !important;
  }

  .pe-sm-5 {
    padding-right: 24px !important;
  }

  .pe-sm-6 {
    padding-right: 32px !important;
  }

  .pe-sm-40 {
    padding-right: 40px !important;
  }

  .pe-sm-44 {
    padding-right: 44px !important;
  }

  .pe-sm-7 {
    padding-right: 48px !important;
  }

  .pe-sm-8 {
    padding-right: 56px !important;
  }

  .pe-sm-9 {
    padding-right: 60px !important;
  }

  .pe-sm-10 {
    padding-right: 64px !important;
  }

  .pe-sm-11 {
    padding-right: 74px !important;
  }

  .pe-sm-12 {
    padding-right: 88px !important;
  }

  .pe-sm-13 {
    padding-right: 88px !important;
  }

  .pe-sm-14 {
    padding-right: 104px !important;
  }

  .pe-sm-16 {
    padding-right: 120px !important;
  }

  .pe-sm-17 {
    padding-right: 168px !important;
  }

  .pe-sm-208 {
    padding-right: 208px !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 4px !important;
  }

  .pb-sm-2 {
    padding-bottom: 8px !important;
  }

  .pb-sm-3 {
    padding-bottom: 12px !important;
  }

  .pb-sm-4 {
    padding-bottom: 16px !important;
  }

  .pb-sm-5 {
    padding-bottom: 24px !important;
  }

  .pb-sm-6 {
    padding-bottom: 32px !important;
  }

  .pb-sm-40 {
    padding-bottom: 40px !important;
  }

  .pb-sm-44 {
    padding-bottom: 44px !important;
  }

  .pb-sm-7 {
    padding-bottom: 48px !important;
  }

  .pb-sm-8 {
    padding-bottom: 56px !important;
  }

  .pb-sm-9 {
    padding-bottom: 60px !important;
  }

  .pb-sm-10 {
    padding-bottom: 64px !important;
  }

  .pb-sm-11 {
    padding-bottom: 74px !important;
  }

  .pb-sm-12 {
    padding-bottom: 88px !important;
  }

  .pb-sm-13 {
    padding-bottom: 88px !important;
  }

  .pb-sm-14 {
    padding-bottom: 104px !important;
  }

  .pb-sm-16 {
    padding-bottom: 120px !important;
  }

  .pb-sm-17 {
    padding-bottom: 168px !important;
  }

  .pb-sm-208 {
    padding-bottom: 208px !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 4px !important;
  }

  .ps-sm-2 {
    padding-left: 8px !important;
  }

  .ps-sm-3 {
    padding-left: 12px !important;
  }

  .ps-sm-4 {
    padding-left: 16px !important;
  }

  .ps-sm-5 {
    padding-left: 24px !important;
  }

  .ps-sm-6 {
    padding-left: 32px !important;
  }

  .ps-sm-40 {
    padding-left: 40px !important;
  }

  .ps-sm-44 {
    padding-left: 44px !important;
  }

  .ps-sm-7 {
    padding-left: 48px !important;
  }

  .ps-sm-8 {
    padding-left: 56px !important;
  }

  .ps-sm-9 {
    padding-left: 60px !important;
  }

  .ps-sm-10 {
    padding-left: 64px !important;
  }

  .ps-sm-11 {
    padding-left: 74px !important;
  }

  .ps-sm-12 {
    padding-left: 88px !important;
  }

  .ps-sm-13 {
    padding-left: 88px !important;
  }

  .ps-sm-14 {
    padding-left: 104px !important;
  }

  .ps-sm-16 {
    padding-left: 120px !important;
  }

  .ps-sm-17 {
    padding-left: 168px !important;
  }

  .ps-sm-208 {
    padding-left: 208px !important;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 767px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 100%;
  }

  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 4px;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 4px;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 8px;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 8px;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 12px;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 12px;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 16px;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 16px;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 24px;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 24px;
  }

  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 32px;
  }

  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 32px;
  }

  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 40px;
  }

  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 40px;
  }

  .g-md-44,
  .gx-md-44 {
    --bs-gutter-x: 44px;
  }

  .g-md-44,
  .gy-md-44 {
    --bs-gutter-y: 44px;
  }

  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 48px;
  }

  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 48px;
  }

  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 56px;
  }

  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 56px;
  }

  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 60px;
  }

  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 60px;
  }

  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 64px;
  }

  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 64px;
  }

  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 74px;
  }

  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 74px;
  }

  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 88px;
  }

  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 88px;
  }

  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 88px;
  }

  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 88px;
  }

  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 104px;
  }

  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 104px;
  }

  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 120px;
  }

  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 120px;
  }

  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 168px;
  }

  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 168px;
  }

  .g-md-208,
  .gx-md-208 {
    --bs-gutter-x: 208px;
  }

  .g-md-208,
  .gy-md-208 {
    --bs-gutter-y: 208px;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 4px !important;
  }

  .m-md-2 {
    margin: 8px !important;
  }

  .m-md-3 {
    margin: 12px !important;
  }

  .m-md-4 {
    margin: 16px !important;
  }

  .m-md-5 {
    margin: 24px !important;
  }

  .m-md-6 {
    margin: 32px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .m-md-44 {
    margin: 44px !important;
  }

  .m-md-7 {
    margin: 48px !important;
  }

  .m-md-8 {
    margin: 56px !important;
  }

  .m-md-9 {
    margin: 60px !important;
  }

  .m-md-10 {
    margin: 64px !important;
  }

  .m-md-11 {
    margin: 74px !important;
  }

  .m-md-12 {
    margin: 88px !important;
  }

  .m-md-13 {
    margin: 88px !important;
  }

  .m-md-14 {
    margin: 104px !important;
  }

  .m-md-16 {
    margin: 120px !important;
  }

  .m-md-17 {
    margin: 168px !important;
  }

  .m-md-208 {
    margin: 208px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-md-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .mx-md-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-md-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-md-6 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-md-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .mx-md-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .mx-md-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .mx-md-9 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-md-10 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .mx-md-11 {
    margin-right: 74px !important;
    margin-left: 74px !important;
  }

  .mx-md-12 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .mx-md-13 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .mx-md-14 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }

  .mx-md-16 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-md-17 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }

  .mx-md-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-md-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-md-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-md-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-md-6 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-md-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .my-md-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .my-md-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .my-md-9 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-md-10 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .my-md-11 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .my-md-12 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .my-md-13 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .my-md-14 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .my-md-16 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-md-17 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }

  .my-md-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 4px !important;
  }

  .mt-md-2 {
    margin-top: 8px !important;
  }

  .mt-md-3 {
    margin-top: 12px !important;
  }

  .mt-md-4 {
    margin-top: 16px !important;
  }

  .mt-md-5 {
    margin-top: 24px !important;
  }

  .mt-md-6 {
    margin-top: 32px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-44 {
    margin-top: 44px !important;
  }

  .mt-md-7 {
    margin-top: 48px !important;
  }

  .mt-md-8 {
    margin-top: 56px !important;
  }

  .mt-md-9 {
    margin-top: 60px !important;
  }

  .mt-md-10 {
    margin-top: 64px !important;
  }

  .mt-md-11 {
    margin-top: 74px !important;
  }

  .mt-md-12 {
    margin-top: 88px !important;
  }

  .mt-md-13 {
    margin-top: 88px !important;
  }

  .mt-md-14 {
    margin-top: 104px !important;
  }

  .mt-md-16 {
    margin-top: 120px !important;
  }

  .mt-md-17 {
    margin-top: 168px !important;
  }

  .mt-md-208 {
    margin-top: 208px !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 4px !important;
  }

  .me-md-2 {
    margin-right: 8px !important;
  }

  .me-md-3 {
    margin-right: 12px !important;
  }

  .me-md-4 {
    margin-right: 16px !important;
  }

  .me-md-5 {
    margin-right: 24px !important;
  }

  .me-md-6 {
    margin-right: 32px !important;
  }

  .me-md-40 {
    margin-right: 40px !important;
  }

  .me-md-44 {
    margin-right: 44px !important;
  }

  .me-md-7 {
    margin-right: 48px !important;
  }

  .me-md-8 {
    margin-right: 56px !important;
  }

  .me-md-9 {
    margin-right: 60px !important;
  }

  .me-md-10 {
    margin-right: 64px !important;
  }

  .me-md-11 {
    margin-right: 74px !important;
  }

  .me-md-12 {
    margin-right: 88px !important;
  }

  .me-md-13 {
    margin-right: 88px !important;
  }

  .me-md-14 {
    margin-right: 104px !important;
  }

  .me-md-16 {
    margin-right: 120px !important;
  }

  .me-md-17 {
    margin-right: 168px !important;
  }

  .me-md-208 {
    margin-right: 208px !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 4px !important;
  }

  .mb-md-2 {
    margin-bottom: 8px !important;
  }

  .mb-md-3 {
    margin-bottom: 12px !important;
  }

  .mb-md-4 {
    margin-bottom: 16px !important;
  }

  .mb-md-5 {
    margin-bottom: 24px !important;
  }

  .mb-md-6 {
    margin-bottom: 32px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-44 {
    margin-bottom: 44px !important;
  }

  .mb-md-7 {
    margin-bottom: 48px !important;
  }

  .mb-md-8 {
    margin-bottom: 56px !important;
  }

  .mb-md-9 {
    margin-bottom: 60px !important;
  }

  .mb-md-10 {
    margin-bottom: 64px !important;
  }

  .mb-md-11 {
    margin-bottom: 74px !important;
  }

  .mb-md-12 {
    margin-bottom: 88px !important;
  }

  .mb-md-13 {
    margin-bottom: 88px !important;
  }

  .mb-md-14 {
    margin-bottom: 104px !important;
  }

  .mb-md-16 {
    margin-bottom: 120px !important;
  }

  .mb-md-17 {
    margin-bottom: 168px !important;
  }

  .mb-md-208 {
    margin-bottom: 208px !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 4px !important;
  }

  .ms-md-2 {
    margin-left: 8px !important;
  }

  .ms-md-3 {
    margin-left: 12px !important;
  }

  .ms-md-4 {
    margin-left: 16px !important;
  }

  .ms-md-5 {
    margin-left: 24px !important;
  }

  .ms-md-6 {
    margin-left: 32px !important;
  }

  .ms-md-40 {
    margin-left: 40px !important;
  }

  .ms-md-44 {
    margin-left: 44px !important;
  }

  .ms-md-7 {
    margin-left: 48px !important;
  }

  .ms-md-8 {
    margin-left: 56px !important;
  }

  .ms-md-9 {
    margin-left: 60px !important;
  }

  .ms-md-10 {
    margin-left: 64px !important;
  }

  .ms-md-11 {
    margin-left: 74px !important;
  }

  .ms-md-12 {
    margin-left: 88px !important;
  }

  .ms-md-13 {
    margin-left: 88px !important;
  }

  .ms-md-14 {
    margin-left: 104px !important;
  }

  .ms-md-16 {
    margin-left: 120px !important;
  }

  .ms-md-17 {
    margin-left: 168px !important;
  }

  .ms-md-208 {
    margin-left: 208px !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 4px !important;
  }

  .p-md-2 {
    padding: 8px !important;
  }

  .p-md-3 {
    padding: 12px !important;
  }

  .p-md-4 {
    padding: 16px !important;
  }

  .p-md-5 {
    padding: 24px !important;
  }

  .p-md-6 {
    padding: 32px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .p-md-44 {
    padding: 44px !important;
  }

  .p-md-7 {
    padding: 48px !important;
  }

  .p-md-8 {
    padding: 56px !important;
  }

  .p-md-9 {
    padding: 60px !important;
  }

  .p-md-10 {
    padding: 64px !important;
  }

  .p-md-11 {
    padding: 74px !important;
  }

  .p-md-12 {
    padding: 88px !important;
  }

  .p-md-13 {
    padding: 88px !important;
  }

  .p-md-14 {
    padding: 104px !important;
  }

  .p-md-16 {
    padding: 120px !important;
  }

  .p-md-17 {
    padding: 168px !important;
  }

  .p-md-208 {
    padding: 208px !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-md-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .px-md-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-md-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-md-6 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-md-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .px-md-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .px-md-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .px-md-9 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-md-10 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .px-md-11 {
    padding-right: 74px !important;
    padding-left: 74px !important;
  }

  .px-md-12 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .px-md-13 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .px-md-14 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }

  .px-md-16 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-md-17 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }

  .px-md-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-md-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .py-md-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-md-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-md-6 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-md-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .py-md-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-md-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .py-md-9 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-md-10 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .py-md-11 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .py-md-12 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .py-md-13 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .py-md-14 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .py-md-16 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-md-17 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }

  .py-md-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 4px !important;
  }

  .pt-md-2 {
    padding-top: 8px !important;
  }

  .pt-md-3 {
    padding-top: 12px !important;
  }

  .pt-md-4 {
    padding-top: 16px !important;
  }

  .pt-md-5 {
    padding-top: 24px !important;
  }

  .pt-md-6 {
    padding-top: 32px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-44 {
    padding-top: 44px !important;
  }

  .pt-md-7 {
    padding-top: 48px !important;
  }

  .pt-md-8 {
    padding-top: 56px !important;
  }

  .pt-md-9 {
    padding-top: 60px !important;
  }

  .pt-md-10 {
    padding-top: 64px !important;
  }

  .pt-md-11 {
    padding-top: 74px !important;
  }

  .pt-md-12 {
    padding-top: 88px !important;
  }

  .pt-md-13 {
    padding-top: 88px !important;
  }

  .pt-md-14 {
    padding-top: 104px !important;
  }

  .pt-md-16 {
    padding-top: 120px !important;
  }

  .pt-md-17 {
    padding-top: 168px !important;
  }

  .pt-md-208 {
    padding-top: 208px !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 4px !important;
  }

  .pe-md-2 {
    padding-right: 8px !important;
  }

  .pe-md-3 {
    padding-right: 12px !important;
  }

  .pe-md-4 {
    padding-right: 16px !important;
  }

  .pe-md-5 {
    padding-right: 24px !important;
  }

  .pe-md-6 {
    padding-right: 32px !important;
  }

  .pe-md-40 {
    padding-right: 40px !important;
  }

  .pe-md-44 {
    padding-right: 44px !important;
  }

  .pe-md-7 {
    padding-right: 48px !important;
  }

  .pe-md-8 {
    padding-right: 56px !important;
  }

  .pe-md-9 {
    padding-right: 60px !important;
  }

  .pe-md-10 {
    padding-right: 64px !important;
  }

  .pe-md-11 {
    padding-right: 74px !important;
  }

  .pe-md-12 {
    padding-right: 88px !important;
  }

  .pe-md-13 {
    padding-right: 88px !important;
  }

  .pe-md-14 {
    padding-right: 104px !important;
  }

  .pe-md-16 {
    padding-right: 120px !important;
  }

  .pe-md-17 {
    padding-right: 168px !important;
  }

  .pe-md-208 {
    padding-right: 208px !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 4px !important;
  }

  .pb-md-2 {
    padding-bottom: 8px !important;
  }

  .pb-md-3 {
    padding-bottom: 12px !important;
  }

  .pb-md-4 {
    padding-bottom: 16px !important;
  }

  .pb-md-5 {
    padding-bottom: 24px !important;
  }

  .pb-md-6 {
    padding-bottom: 32px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-44 {
    padding-bottom: 44px !important;
  }

  .pb-md-7 {
    padding-bottom: 48px !important;
  }

  .pb-md-8 {
    padding-bottom: 56px !important;
  }

  .pb-md-9 {
    padding-bottom: 60px !important;
  }

  .pb-md-10 {
    padding-bottom: 64px !important;
  }

  .pb-md-11 {
    padding-bottom: 74px !important;
  }

  .pb-md-12 {
    padding-bottom: 88px !important;
  }

  .pb-md-13 {
    padding-bottom: 88px !important;
  }

  .pb-md-14 {
    padding-bottom: 104px !important;
  }

  .pb-md-16 {
    padding-bottom: 120px !important;
  }

  .pb-md-17 {
    padding-bottom: 168px !important;
  }

  .pb-md-208 {
    padding-bottom: 208px !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 4px !important;
  }

  .ps-md-2 {
    padding-left: 8px !important;
  }

  .ps-md-3 {
    padding-left: 12px !important;
  }

  .ps-md-4 {
    padding-left: 16px !important;
  }

  .ps-md-5 {
    padding-left: 24px !important;
  }

  .ps-md-6 {
    padding-left: 32px !important;
  }

  .ps-md-40 {
    padding-left: 40px !important;
  }

  .ps-md-44 {
    padding-left: 44px !important;
  }

  .ps-md-7 {
    padding-left: 48px !important;
  }

  .ps-md-8 {
    padding-left: 56px !important;
  }

  .ps-md-9 {
    padding-left: 60px !important;
  }

  .ps-md-10 {
    padding-left: 64px !important;
  }

  .ps-md-11 {
    padding-left: 74px !important;
  }

  .ps-md-12 {
    padding-left: 88px !important;
  }

  .ps-md-13 {
    padding-left: 88px !important;
  }

  .ps-md-14 {
    padding-left: 104px !important;
  }

  .ps-md-16 {
    padding-left: 120px !important;
  }

  .ps-md-17 {
    padding-left: 168px !important;
  }

  .ps-md-208 {
    padding-left: 208px !important;
  }
}

@media only screen and (min-width: 767px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .event-link--desktop {
    padding-left: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .modal--md .modal-dialog {
    max-width: 720px;
  }
}

@media (min-width: 1023px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 100%;
  }

  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 4px;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 4px;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 8px;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 8px;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 12px;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 12px;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 16px;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 16px;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 24px;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 24px;
  }

  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 32px;
  }

  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 32px;
  }

  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 40px;
  }

  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 40px;
  }

  .g-lg-44,
  .gx-lg-44 {
    --bs-gutter-x: 44px;
  }

  .g-lg-44,
  .gy-lg-44 {
    --bs-gutter-y: 44px;
  }

  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 48px;
  }

  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 48px;
  }

  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 56px;
  }

  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 56px;
  }

  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 60px;
  }

  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 60px;
  }

  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 64px;
  }

  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 64px;
  }

  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 74px;
  }

  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 74px;
  }

  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 88px;
  }

  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 88px;
  }

  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 88px;
  }

  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 88px;
  }

  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 104px;
  }

  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 104px;
  }

  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 120px;
  }

  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 120px;
  }

  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 168px;
  }

  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 168px;
  }

  .g-lg-208,
  .gx-lg-208 {
    --bs-gutter-x: 208px;
  }

  .g-lg-208,
  .gy-lg-208 {
    --bs-gutter-y: 208px;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 4px !important;
  }

  .m-lg-2 {
    margin: 8px !important;
  }

  .m-lg-3 {
    margin: 12px !important;
  }

  .m-lg-4 {
    margin: 16px !important;
  }

  .m-lg-5 {
    margin: 24px !important;
  }

  .m-lg-6 {
    margin: 32px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .m-lg-44 {
    margin: 44px !important;
  }

  .m-lg-7 {
    margin: 48px !important;
  }

  .m-lg-8 {
    margin: 56px !important;
  }

  .m-lg-9 {
    margin: 60px !important;
  }

  .m-lg-10 {
    margin: 64px !important;
  }

  .m-lg-11 {
    margin: 74px !important;
  }

  .m-lg-12 {
    margin: 88px !important;
  }

  .m-lg-13 {
    margin: 88px !important;
  }

  .m-lg-14 {
    margin: 104px !important;
  }

  .m-lg-16 {
    margin: 120px !important;
  }

  .m-lg-17 {
    margin: 168px !important;
  }

  .m-lg-208 {
    margin: 208px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-lg-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .mx-lg-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-lg-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-lg-6 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-lg-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .mx-lg-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .mx-lg-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .mx-lg-9 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-lg-10 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .mx-lg-11 {
    margin-right: 74px !important;
    margin-left: 74px !important;
  }

  .mx-lg-12 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .mx-lg-13 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .mx-lg-14 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }

  .mx-lg-16 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-lg-17 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }

  .mx-lg-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-lg-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-lg-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-lg-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-lg-6 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-lg-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .my-lg-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .my-lg-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .my-lg-9 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-lg-10 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .my-lg-11 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .my-lg-12 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .my-lg-13 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .my-lg-14 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .my-lg-16 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-lg-17 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }

  .my-lg-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 4px !important;
  }

  .mt-lg-2 {
    margin-top: 8px !important;
  }

  .mt-lg-3 {
    margin-top: 12px !important;
  }

  .mt-lg-4 {
    margin-top: 16px !important;
  }

  .mt-lg-5 {
    margin-top: 24px !important;
  }

  .mt-lg-6 {
    margin-top: 32px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mt-lg-44 {
    margin-top: 44px !important;
  }

  .mt-lg-7 {
    margin-top: 48px !important;
  }

  .mt-lg-8 {
    margin-top: 56px !important;
  }

  .mt-lg-9 {
    margin-top: 60px !important;
  }

  .mt-lg-10 {
    margin-top: 64px !important;
  }

  .mt-lg-11 {
    margin-top: 74px !important;
  }

  .mt-lg-12 {
    margin-top: 88px !important;
  }

  .mt-lg-13 {
    margin-top: 88px !important;
  }

  .mt-lg-14 {
    margin-top: 104px !important;
  }

  .mt-lg-16 {
    margin-top: 120px !important;
  }

  .mt-lg-17 {
    margin-top: 168px !important;
  }

  .mt-lg-208 {
    margin-top: 208px !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 4px !important;
  }

  .me-lg-2 {
    margin-right: 8px !important;
  }

  .me-lg-3 {
    margin-right: 12px !important;
  }

  .me-lg-4 {
    margin-right: 16px !important;
  }

  .me-lg-5 {
    margin-right: 24px !important;
  }

  .me-lg-6 {
    margin-right: 32px !important;
  }

  .me-lg-40 {
    margin-right: 40px !important;
  }

  .me-lg-44 {
    margin-right: 44px !important;
  }

  .me-lg-7 {
    margin-right: 48px !important;
  }

  .me-lg-8 {
    margin-right: 56px !important;
  }

  .me-lg-9 {
    margin-right: 60px !important;
  }

  .me-lg-10 {
    margin-right: 64px !important;
  }

  .me-lg-11 {
    margin-right: 74px !important;
  }

  .me-lg-12 {
    margin-right: 88px !important;
  }

  .me-lg-13 {
    margin-right: 88px !important;
  }

  .me-lg-14 {
    margin-right: 104px !important;
  }

  .me-lg-16 {
    margin-right: 120px !important;
  }

  .me-lg-17 {
    margin-right: 168px !important;
  }

  .me-lg-208 {
    margin-right: 208px !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 4px !important;
  }

  .mb-lg-2 {
    margin-bottom: 8px !important;
  }

  .mb-lg-3 {
    margin-bottom: 12px !important;
  }

  .mb-lg-4 {
    margin-bottom: 16px !important;
  }

  .mb-lg-5 {
    margin-bottom: 24px !important;
  }

  .mb-lg-6 {
    margin-bottom: 32px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-44 {
    margin-bottom: 44px !important;
  }

  .mb-lg-7 {
    margin-bottom: 48px !important;
  }

  .mb-lg-8 {
    margin-bottom: 56px !important;
  }

  .mb-lg-9 {
    margin-bottom: 60px !important;
  }

  .mb-lg-10 {
    margin-bottom: 64px !important;
  }

  .mb-lg-11 {
    margin-bottom: 74px !important;
  }

  .mb-lg-12 {
    margin-bottom: 88px !important;
  }

  .mb-lg-13 {
    margin-bottom: 88px !important;
  }

  .mb-lg-14 {
    margin-bottom: 104px !important;
  }

  .mb-lg-16 {
    margin-bottom: 120px !important;
  }

  .mb-lg-17 {
    margin-bottom: 168px !important;
  }

  .mb-lg-208 {
    margin-bottom: 208px !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 4px !important;
  }

  .ms-lg-2 {
    margin-left: 8px !important;
  }

  .ms-lg-3 {
    margin-left: 12px !important;
  }

  .ms-lg-4 {
    margin-left: 16px !important;
  }

  .ms-lg-5 {
    margin-left: 24px !important;
  }

  .ms-lg-6 {
    margin-left: 32px !important;
  }

  .ms-lg-40 {
    margin-left: 40px !important;
  }

  .ms-lg-44 {
    margin-left: 44px !important;
  }

  .ms-lg-7 {
    margin-left: 48px !important;
  }

  .ms-lg-8 {
    margin-left: 56px !important;
  }

  .ms-lg-9 {
    margin-left: 60px !important;
  }

  .ms-lg-10 {
    margin-left: 64px !important;
  }

  .ms-lg-11 {
    margin-left: 74px !important;
  }

  .ms-lg-12 {
    margin-left: 88px !important;
  }

  .ms-lg-13 {
    margin-left: 88px !important;
  }

  .ms-lg-14 {
    margin-left: 104px !important;
  }

  .ms-lg-16 {
    margin-left: 120px !important;
  }

  .ms-lg-17 {
    margin-left: 168px !important;
  }

  .ms-lg-208 {
    margin-left: 208px !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 4px !important;
  }

  .p-lg-2 {
    padding: 8px !important;
  }

  .p-lg-3 {
    padding: 12px !important;
  }

  .p-lg-4 {
    padding: 16px !important;
  }

  .p-lg-5 {
    padding: 24px !important;
  }

  .p-lg-6 {
    padding: 32px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .p-lg-44 {
    padding: 44px !important;
  }

  .p-lg-7 {
    padding: 48px !important;
  }

  .p-lg-8 {
    padding: 56px !important;
  }

  .p-lg-9 {
    padding: 60px !important;
  }

  .p-lg-10 {
    padding: 64px !important;
  }

  .p-lg-11 {
    padding: 74px !important;
  }

  .p-lg-12 {
    padding: 88px !important;
  }

  .p-lg-13 {
    padding: 88px !important;
  }

  .p-lg-14 {
    padding: 104px !important;
  }

  .p-lg-16 {
    padding: 120px !important;
  }

  .p-lg-17 {
    padding: 168px !important;
  }

  .p-lg-208 {
    padding: 208px !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-lg-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .px-lg-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-lg-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-lg-6 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-lg-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .px-lg-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .px-lg-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .px-lg-9 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-lg-10 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .px-lg-11 {
    padding-right: 74px !important;
    padding-left: 74px !important;
  }

  .px-lg-12 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .px-lg-13 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .px-lg-14 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }

  .px-lg-16 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-lg-17 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }

  .px-lg-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-lg-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .py-lg-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-lg-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-lg-6 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-lg-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .py-lg-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-lg-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .py-lg-9 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-lg-10 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .py-lg-11 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .py-lg-12 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .py-lg-13 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .py-lg-14 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .py-lg-16 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-lg-17 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }

  .py-lg-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 4px !important;
  }

  .pt-lg-2 {
    padding-top: 8px !important;
  }

  .pt-lg-3 {
    padding-top: 12px !important;
  }

  .pt-lg-4 {
    padding-top: 16px !important;
  }

  .pt-lg-5 {
    padding-top: 24px !important;
  }

  .pt-lg-6 {
    padding-top: 32px !important;
  }

  .pt-lg-40 {
    padding-top: 40px !important;
  }

  .pt-lg-44 {
    padding-top: 44px !important;
  }

  .pt-lg-7 {
    padding-top: 48px !important;
  }

  .pt-lg-8 {
    padding-top: 56px !important;
  }

  .pt-lg-9 {
    padding-top: 60px !important;
  }

  .pt-lg-10 {
    padding-top: 64px !important;
  }

  .pt-lg-11 {
    padding-top: 74px !important;
  }

  .pt-lg-12 {
    padding-top: 88px !important;
  }

  .pt-lg-13 {
    padding-top: 88px !important;
  }

  .pt-lg-14 {
    padding-top: 104px !important;
  }

  .pt-lg-16 {
    padding-top: 120px !important;
  }

  .pt-lg-17 {
    padding-top: 168px !important;
  }

  .pt-lg-208 {
    padding-top: 208px !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 4px !important;
  }

  .pe-lg-2 {
    padding-right: 8px !important;
  }

  .pe-lg-3 {
    padding-right: 12px !important;
  }

  .pe-lg-4 {
    padding-right: 16px !important;
  }

  .pe-lg-5 {
    padding-right: 24px !important;
  }

  .pe-lg-6 {
    padding-right: 32px !important;
  }

  .pe-lg-40 {
    padding-right: 40px !important;
  }

  .pe-lg-44 {
    padding-right: 44px !important;
  }

  .pe-lg-7 {
    padding-right: 48px !important;
  }

  .pe-lg-8 {
    padding-right: 56px !important;
  }

  .pe-lg-9 {
    padding-right: 60px !important;
  }

  .pe-lg-10 {
    padding-right: 64px !important;
  }

  .pe-lg-11 {
    padding-right: 74px !important;
  }

  .pe-lg-12 {
    padding-right: 88px !important;
  }

  .pe-lg-13 {
    padding-right: 88px !important;
  }

  .pe-lg-14 {
    padding-right: 104px !important;
  }

  .pe-lg-16 {
    padding-right: 120px !important;
  }

  .pe-lg-17 {
    padding-right: 168px !important;
  }

  .pe-lg-208 {
    padding-right: 208px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 4px !important;
  }

  .pb-lg-2 {
    padding-bottom: 8px !important;
  }

  .pb-lg-3 {
    padding-bottom: 12px !important;
  }

  .pb-lg-4 {
    padding-bottom: 16px !important;
  }

  .pb-lg-5 {
    padding-bottom: 24px !important;
  }

  .pb-lg-6 {
    padding-bottom: 32px !important;
  }

  .pb-lg-40 {
    padding-bottom: 40px !important;
  }

  .pb-lg-44 {
    padding-bottom: 44px !important;
  }

  .pb-lg-7 {
    padding-bottom: 48px !important;
  }

  .pb-lg-8 {
    padding-bottom: 56px !important;
  }

  .pb-lg-9 {
    padding-bottom: 60px !important;
  }

  .pb-lg-10 {
    padding-bottom: 64px !important;
  }

  .pb-lg-11 {
    padding-bottom: 74px !important;
  }

  .pb-lg-12 {
    padding-bottom: 88px !important;
  }

  .pb-lg-13 {
    padding-bottom: 88px !important;
  }

  .pb-lg-14 {
    padding-bottom: 104px !important;
  }

  .pb-lg-16 {
    padding-bottom: 120px !important;
  }

  .pb-lg-17 {
    padding-bottom: 168px !important;
  }

  .pb-lg-208 {
    padding-bottom: 208px !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 4px !important;
  }

  .ps-lg-2 {
    padding-left: 8px !important;
  }

  .ps-lg-3 {
    padding-left: 12px !important;
  }

  .ps-lg-4 {
    padding-left: 16px !important;
  }

  .ps-lg-5 {
    padding-left: 24px !important;
  }

  .ps-lg-6 {
    padding-left: 32px !important;
  }

  .ps-lg-40 {
    padding-left: 40px !important;
  }

  .ps-lg-44 {
    padding-left: 44px !important;
  }

  .ps-lg-7 {
    padding-left: 48px !important;
  }

  .ps-lg-8 {
    padding-left: 56px !important;
  }

  .ps-lg-9 {
    padding-left: 60px !important;
  }

  .ps-lg-10 {
    padding-left: 64px !important;
  }

  .ps-lg-11 {
    padding-left: 74px !important;
  }

  .ps-lg-12 {
    padding-left: 88px !important;
  }

  .ps-lg-13 {
    padding-left: 88px !important;
  }

  .ps-lg-14 {
    padding-left: 104px !important;
  }

  .ps-lg-16 {
    padding-left: 120px !important;
  }

  .ps-lg-17 {
    padding-left: 168px !important;
  }

  .ps-lg-208 {
    padding-left: 208px !important;
  }

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1365px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 100%;
  }

  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 4px;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 4px;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 8px;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 8px;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 12px;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 12px;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 16px;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 16px;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 24px;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 24px;
  }

  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 32px;
  }

  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 32px;
  }

  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 40px;
  }

  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 40px;
  }

  .g-xl-44,
  .gx-xl-44 {
    --bs-gutter-x: 44px;
  }

  .g-xl-44,
  .gy-xl-44 {
    --bs-gutter-y: 44px;
  }

  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 48px;
  }

  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 48px;
  }

  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 56px;
  }

  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 56px;
  }

  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 60px;
  }

  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 60px;
  }

  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 64px;
  }

  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 64px;
  }

  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 74px;
  }

  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 74px;
  }

  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 88px;
  }

  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 88px;
  }

  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 88px;
  }

  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 88px;
  }

  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 104px;
  }

  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 104px;
  }

  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 120px;
  }

  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 120px;
  }

  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 168px;
  }

  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 168px;
  }

  .g-xl-208,
  .gx-xl-208 {
    --bs-gutter-x: 208px;
  }

  .g-xl-208,
  .gy-xl-208 {
    --bs-gutter-y: 208px;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 4px !important;
  }

  .m-xl-2 {
    margin: 8px !important;
  }

  .m-xl-3 {
    margin: 12px !important;
  }

  .m-xl-4 {
    margin: 16px !important;
  }

  .m-xl-5 {
    margin: 24px !important;
  }

  .m-xl-6 {
    margin: 32px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .m-xl-44 {
    margin: 44px !important;
  }

  .m-xl-7 {
    margin: 48px !important;
  }

  .m-xl-8 {
    margin: 56px !important;
  }

  .m-xl-9 {
    margin: 60px !important;
  }

  .m-xl-10 {
    margin: 64px !important;
  }

  .m-xl-11 {
    margin: 74px !important;
  }

  .m-xl-12 {
    margin: 88px !important;
  }

  .m-xl-13 {
    margin: 88px !important;
  }

  .m-xl-14 {
    margin: 104px !important;
  }

  .m-xl-16 {
    margin: 120px !important;
  }

  .m-xl-17 {
    margin: 168px !important;
  }

  .m-xl-208 {
    margin: 208px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-xl-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .mx-xl-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-xl-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-xl-6 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xl-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .mx-xl-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .mx-xl-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .mx-xl-9 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-xl-10 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .mx-xl-11 {
    margin-right: 74px !important;
    margin-left: 74px !important;
  }

  .mx-xl-12 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .mx-xl-13 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .mx-xl-14 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }

  .mx-xl-16 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-xl-17 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }

  .mx-xl-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-xl-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-xl-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-xl-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-xl-6 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xl-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .my-xl-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .my-xl-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .my-xl-9 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xl-10 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .my-xl-11 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .my-xl-12 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .my-xl-13 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .my-xl-14 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .my-xl-16 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-xl-17 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }

  .my-xl-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 4px !important;
  }

  .mt-xl-2 {
    margin-top: 8px !important;
  }

  .mt-xl-3 {
    margin-top: 12px !important;
  }

  .mt-xl-4 {
    margin-top: 16px !important;
  }

  .mt-xl-5 {
    margin-top: 24px !important;
  }

  .mt-xl-6 {
    margin-top: 32px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mt-xl-44 {
    margin-top: 44px !important;
  }

  .mt-xl-7 {
    margin-top: 48px !important;
  }

  .mt-xl-8 {
    margin-top: 56px !important;
  }

  .mt-xl-9 {
    margin-top: 60px !important;
  }

  .mt-xl-10 {
    margin-top: 64px !important;
  }

  .mt-xl-11 {
    margin-top: 74px !important;
  }

  .mt-xl-12 {
    margin-top: 88px !important;
  }

  .mt-xl-13 {
    margin-top: 88px !important;
  }

  .mt-xl-14 {
    margin-top: 104px !important;
  }

  .mt-xl-16 {
    margin-top: 120px !important;
  }

  .mt-xl-17 {
    margin-top: 168px !important;
  }

  .mt-xl-208 {
    margin-top: 208px !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 4px !important;
  }

  .me-xl-2 {
    margin-right: 8px !important;
  }

  .me-xl-3 {
    margin-right: 12px !important;
  }

  .me-xl-4 {
    margin-right: 16px !important;
  }

  .me-xl-5 {
    margin-right: 24px !important;
  }

  .me-xl-6 {
    margin-right: 32px !important;
  }

  .me-xl-40 {
    margin-right: 40px !important;
  }

  .me-xl-44 {
    margin-right: 44px !important;
  }

  .me-xl-7 {
    margin-right: 48px !important;
  }

  .me-xl-8 {
    margin-right: 56px !important;
  }

  .me-xl-9 {
    margin-right: 60px !important;
  }

  .me-xl-10 {
    margin-right: 64px !important;
  }

  .me-xl-11 {
    margin-right: 74px !important;
  }

  .me-xl-12 {
    margin-right: 88px !important;
  }

  .me-xl-13 {
    margin-right: 88px !important;
  }

  .me-xl-14 {
    margin-right: 104px !important;
  }

  .me-xl-16 {
    margin-right: 120px !important;
  }

  .me-xl-17 {
    margin-right: 168px !important;
  }

  .me-xl-208 {
    margin-right: 208px !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 4px !important;
  }

  .mb-xl-2 {
    margin-bottom: 8px !important;
  }

  .mb-xl-3 {
    margin-bottom: 12px !important;
  }

  .mb-xl-4 {
    margin-bottom: 16px !important;
  }

  .mb-xl-5 {
    margin-bottom: 24px !important;
  }

  .mb-xl-6 {
    margin-bottom: 32px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xl-44 {
    margin-bottom: 44px !important;
  }

  .mb-xl-7 {
    margin-bottom: 48px !important;
  }

  .mb-xl-8 {
    margin-bottom: 56px !important;
  }

  .mb-xl-9 {
    margin-bottom: 60px !important;
  }

  .mb-xl-10 {
    margin-bottom: 64px !important;
  }

  .mb-xl-11 {
    margin-bottom: 74px !important;
  }

  .mb-xl-12 {
    margin-bottom: 88px !important;
  }

  .mb-xl-13 {
    margin-bottom: 88px !important;
  }

  .mb-xl-14 {
    margin-bottom: 104px !important;
  }

  .mb-xl-16 {
    margin-bottom: 120px !important;
  }

  .mb-xl-17 {
    margin-bottom: 168px !important;
  }

  .mb-xl-208 {
    margin-bottom: 208px !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 4px !important;
  }

  .ms-xl-2 {
    margin-left: 8px !important;
  }

  .ms-xl-3 {
    margin-left: 12px !important;
  }

  .ms-xl-4 {
    margin-left: 16px !important;
  }

  .ms-xl-5 {
    margin-left: 24px !important;
  }

  .ms-xl-6 {
    margin-left: 32px !important;
  }

  .ms-xl-40 {
    margin-left: 40px !important;
  }

  .ms-xl-44 {
    margin-left: 44px !important;
  }

  .ms-xl-7 {
    margin-left: 48px !important;
  }

  .ms-xl-8 {
    margin-left: 56px !important;
  }

  .ms-xl-9 {
    margin-left: 60px !important;
  }

  .ms-xl-10 {
    margin-left: 64px !important;
  }

  .ms-xl-11 {
    margin-left: 74px !important;
  }

  .ms-xl-12 {
    margin-left: 88px !important;
  }

  .ms-xl-13 {
    margin-left: 88px !important;
  }

  .ms-xl-14 {
    margin-left: 104px !important;
  }

  .ms-xl-16 {
    margin-left: 120px !important;
  }

  .ms-xl-17 {
    margin-left: 168px !important;
  }

  .ms-xl-208 {
    margin-left: 208px !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 4px !important;
  }

  .p-xl-2 {
    padding: 8px !important;
  }

  .p-xl-3 {
    padding: 12px !important;
  }

  .p-xl-4 {
    padding: 16px !important;
  }

  .p-xl-5 {
    padding: 24px !important;
  }

  .p-xl-6 {
    padding: 32px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .p-xl-44 {
    padding: 44px !important;
  }

  .p-xl-7 {
    padding: 48px !important;
  }

  .p-xl-8 {
    padding: 56px !important;
  }

  .p-xl-9 {
    padding: 60px !important;
  }

  .p-xl-10 {
    padding: 64px !important;
  }

  .p-xl-11 {
    padding: 74px !important;
  }

  .p-xl-12 {
    padding: 88px !important;
  }

  .p-xl-13 {
    padding: 88px !important;
  }

  .p-xl-14 {
    padding: 104px !important;
  }

  .p-xl-16 {
    padding: 120px !important;
  }

  .p-xl-17 {
    padding: 168px !important;
  }

  .p-xl-208 {
    padding: 208px !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-xl-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .px-xl-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-xl-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-xl-6 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xl-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .px-xl-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .px-xl-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .px-xl-9 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xl-10 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .px-xl-11 {
    padding-right: 74px !important;
    padding-left: 74px !important;
  }

  .px-xl-12 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .px-xl-13 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .px-xl-14 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }

  .px-xl-16 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-xl-17 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }

  .px-xl-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-xl-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .py-xl-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-xl-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-xl-6 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xl-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .py-xl-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-xl-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .py-xl-9 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xl-10 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .py-xl-11 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .py-xl-12 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .py-xl-13 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .py-xl-14 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .py-xl-16 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-xl-17 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }

  .py-xl-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 4px !important;
  }

  .pt-xl-2 {
    padding-top: 8px !important;
  }

  .pt-xl-3 {
    padding-top: 12px !important;
  }

  .pt-xl-4 {
    padding-top: 16px !important;
  }

  .pt-xl-5 {
    padding-top: 24px !important;
  }

  .pt-xl-6 {
    padding-top: 32px !important;
  }

  .pt-xl-40 {
    padding-top: 40px !important;
  }

  .pt-xl-44 {
    padding-top: 44px !important;
  }

  .pt-xl-7 {
    padding-top: 48px !important;
  }

  .pt-xl-8 {
    padding-top: 56px !important;
  }

  .pt-xl-9 {
    padding-top: 60px !important;
  }

  .pt-xl-10 {
    padding-top: 64px !important;
  }

  .pt-xl-11 {
    padding-top: 74px !important;
  }

  .pt-xl-12 {
    padding-top: 88px !important;
  }

  .pt-xl-13 {
    padding-top: 88px !important;
  }

  .pt-xl-14 {
    padding-top: 104px !important;
  }

  .pt-xl-16 {
    padding-top: 120px !important;
  }

  .pt-xl-17 {
    padding-top: 168px !important;
  }

  .pt-xl-208 {
    padding-top: 208px !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 4px !important;
  }

  .pe-xl-2 {
    padding-right: 8px !important;
  }

  .pe-xl-3 {
    padding-right: 12px !important;
  }

  .pe-xl-4 {
    padding-right: 16px !important;
  }

  .pe-xl-5 {
    padding-right: 24px !important;
  }

  .pe-xl-6 {
    padding-right: 32px !important;
  }

  .pe-xl-40 {
    padding-right: 40px !important;
  }

  .pe-xl-44 {
    padding-right: 44px !important;
  }

  .pe-xl-7 {
    padding-right: 48px !important;
  }

  .pe-xl-8 {
    padding-right: 56px !important;
  }

  .pe-xl-9 {
    padding-right: 60px !important;
  }

  .pe-xl-10 {
    padding-right: 64px !important;
  }

  .pe-xl-11 {
    padding-right: 74px !important;
  }

  .pe-xl-12 {
    padding-right: 88px !important;
  }

  .pe-xl-13 {
    padding-right: 88px !important;
  }

  .pe-xl-14 {
    padding-right: 104px !important;
  }

  .pe-xl-16 {
    padding-right: 120px !important;
  }

  .pe-xl-17 {
    padding-right: 168px !important;
  }

  .pe-xl-208 {
    padding-right: 208px !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 4px !important;
  }

  .pb-xl-2 {
    padding-bottom: 8px !important;
  }

  .pb-xl-3 {
    padding-bottom: 12px !important;
  }

  .pb-xl-4 {
    padding-bottom: 16px !important;
  }

  .pb-xl-5 {
    padding-bottom: 24px !important;
  }

  .pb-xl-6 {
    padding-bottom: 32px !important;
  }

  .pb-xl-40 {
    padding-bottom: 40px !important;
  }

  .pb-xl-44 {
    padding-bottom: 44px !important;
  }

  .pb-xl-7 {
    padding-bottom: 48px !important;
  }

  .pb-xl-8 {
    padding-bottom: 56px !important;
  }

  .pb-xl-9 {
    padding-bottom: 60px !important;
  }

  .pb-xl-10 {
    padding-bottom: 64px !important;
  }

  .pb-xl-11 {
    padding-bottom: 74px !important;
  }

  .pb-xl-12 {
    padding-bottom: 88px !important;
  }

  .pb-xl-13 {
    padding-bottom: 88px !important;
  }

  .pb-xl-14 {
    padding-bottom: 104px !important;
  }

  .pb-xl-16 {
    padding-bottom: 120px !important;
  }

  .pb-xl-17 {
    padding-bottom: 168px !important;
  }

  .pb-xl-208 {
    padding-bottom: 208px !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 4px !important;
  }

  .ps-xl-2 {
    padding-left: 8px !important;
  }

  .ps-xl-3 {
    padding-left: 12px !important;
  }

  .ps-xl-4 {
    padding-left: 16px !important;
  }

  .ps-xl-5 {
    padding-left: 24px !important;
  }

  .ps-xl-6 {
    padding-left: 32px !important;
  }

  .ps-xl-40 {
    padding-left: 40px !important;
  }

  .ps-xl-44 {
    padding-left: 44px !important;
  }

  .ps-xl-7 {
    padding-left: 48px !important;
  }

  .ps-xl-8 {
    padding-left: 56px !important;
  }

  .ps-xl-9 {
    padding-left: 60px !important;
  }

  .ps-xl-10 {
    padding-left: 64px !important;
  }

  .ps-xl-11 {
    padding-left: 74px !important;
  }

  .ps-xl-12 {
    padding-left: 88px !important;
  }

  .ps-xl-13 {
    padding-left: 88px !important;
  }

  .ps-xl-14 {
    padding-left: 104px !important;
  }

  .ps-xl-16 {
    padding-left: 120px !important;
  }

  .ps-xl-17 {
    padding-left: 168px !important;
  }

  .ps-xl-208 {
    padding-left: 208px !important;
  }

  .modal-xl {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1365px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }

  .col-xl-sticky {
    position: sticky;
    top: 120px;
  }

  .sticky-menu {
    width: 292px;
  }
}

@media only screen and (min-width: 1366px) {
  .event-col {
    width: 421px;
  }

  .event-col--md {
    width: 525px;
  }

  .row-events {
    flex-wrap: nowrap;
  }

  .interesting-card--sm {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .interesting-card--sm .interesting-card__img {
    position: static;
    order: -1;
    width: 128px;
    height: 128px;
    margin-bottom: 34px;
  }

  .interesting-card--sm .interesting-card__top {
    margin-bottom: 32px;
  }

  .interesting-card--sm .interesting-card__bottom {
    width: 100%;
    margin-top: 0 !important;
  }
}

@media (min-width: 1679px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }

  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 4px;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 4px;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 8px;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 8px;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 12px;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 12px;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 16px;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 16px;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 24px;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 24px;
  }

  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 32px;
  }

  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 32px;
  }

  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 40px;
  }

  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 40px;
  }

  .g-xxl-44,
  .gx-xxl-44 {
    --bs-gutter-x: 44px;
  }

  .g-xxl-44,
  .gy-xxl-44 {
    --bs-gutter-y: 44px;
  }

  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 48px;
  }

  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 48px;
  }

  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 56px;
  }

  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 56px;
  }

  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 60px;
  }

  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 60px;
  }

  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 64px;
  }

  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 64px;
  }

  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 74px;
  }

  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 74px;
  }

  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 88px;
  }

  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 88px;
  }

  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 88px;
  }

  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 88px;
  }

  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 104px;
  }

  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 104px;
  }

  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 120px;
  }

  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 120px;
  }

  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 168px;
  }

  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 168px;
  }

  .g-xxl-208,
  .gx-xxl-208 {
    --bs-gutter-x: 208px;
  }

  .g-xxl-208,
  .gy-xxl-208 {
    --bs-gutter-y: 208px;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 4px !important;
  }

  .m-xxl-2 {
    margin: 8px !important;
  }

  .m-xxl-3 {
    margin: 12px !important;
  }

  .m-xxl-4 {
    margin: 16px !important;
  }

  .m-xxl-5 {
    margin: 24px !important;
  }

  .m-xxl-6 {
    margin: 32px !important;
  }

  .m-xxl-40 {
    margin: 40px !important;
  }

  .m-xxl-44 {
    margin: 44px !important;
  }

  .m-xxl-7 {
    margin: 48px !important;
  }

  .m-xxl-8 {
    margin: 56px !important;
  }

  .m-xxl-9 {
    margin: 60px !important;
  }

  .m-xxl-10 {
    margin: 64px !important;
  }

  .m-xxl-11 {
    margin: 74px !important;
  }

  .m-xxl-12 {
    margin: 88px !important;
  }

  .m-xxl-13 {
    margin: 88px !important;
  }

  .m-xxl-14 {
    margin: 104px !important;
  }

  .m-xxl-16 {
    margin: 120px !important;
  }

  .m-xxl-17 {
    margin: 168px !important;
  }

  .m-xxl-208 {
    margin: 208px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-xxl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-xxl-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .mx-xxl-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-xxl-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-xxl-6 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-xxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xxl-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .mx-xxl-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .mx-xxl-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .mx-xxl-9 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-xxl-10 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .mx-xxl-11 {
    margin-right: 74px !important;
    margin-left: 74px !important;
  }

  .mx-xxl-12 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .mx-xxl-13 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .mx-xxl-14 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }

  .mx-xxl-16 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-xxl-17 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }

  .mx-xxl-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-xxl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-xxl-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-xxl-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-xxl-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-xxl-6 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xxl-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .my-xxl-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .my-xxl-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .my-xxl-9 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xxl-10 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .my-xxl-11 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .my-xxl-12 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .my-xxl-13 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .my-xxl-14 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .my-xxl-16 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-xxl-17 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }

  .my-xxl-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 4px !important;
  }

  .mt-xxl-2 {
    margin-top: 8px !important;
  }

  .mt-xxl-3 {
    margin-top: 12px !important;
  }

  .mt-xxl-4 {
    margin-top: 16px !important;
  }

  .mt-xxl-5 {
    margin-top: 24px !important;
  }

  .mt-xxl-6 {
    margin-top: 32px !important;
  }

  .mt-xxl-40 {
    margin-top: 40px !important;
  }

  .mt-xxl-44 {
    margin-top: 44px !important;
  }

  .mt-xxl-7 {
    margin-top: 48px !important;
  }

  .mt-xxl-8 {
    margin-top: 56px !important;
  }

  .mt-xxl-9 {
    margin-top: 60px !important;
  }

  .mt-xxl-10 {
    margin-top: 64px !important;
  }

  .mt-xxl-11 {
    margin-top: 74px !important;
  }

  .mt-xxl-12 {
    margin-top: 88px !important;
  }

  .mt-xxl-13 {
    margin-top: 88px !important;
  }

  .mt-xxl-14 {
    margin-top: 104px !important;
  }

  .mt-xxl-16 {
    margin-top: 120px !important;
  }

  .mt-xxl-17 {
    margin-top: 168px !important;
  }

  .mt-xxl-208 {
    margin-top: 208px !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 4px !important;
  }

  .me-xxl-2 {
    margin-right: 8px !important;
  }

  .me-xxl-3 {
    margin-right: 12px !important;
  }

  .me-xxl-4 {
    margin-right: 16px !important;
  }

  .me-xxl-5 {
    margin-right: 24px !important;
  }

  .me-xxl-6 {
    margin-right: 32px !important;
  }

  .me-xxl-40 {
    margin-right: 40px !important;
  }

  .me-xxl-44 {
    margin-right: 44px !important;
  }

  .me-xxl-7 {
    margin-right: 48px !important;
  }

  .me-xxl-8 {
    margin-right: 56px !important;
  }

  .me-xxl-9 {
    margin-right: 60px !important;
  }

  .me-xxl-10 {
    margin-right: 64px !important;
  }

  .me-xxl-11 {
    margin-right: 74px !important;
  }

  .me-xxl-12 {
    margin-right: 88px !important;
  }

  .me-xxl-13 {
    margin-right: 88px !important;
  }

  .me-xxl-14 {
    margin-right: 104px !important;
  }

  .me-xxl-16 {
    margin-right: 120px !important;
  }

  .me-xxl-17 {
    margin-right: 168px !important;
  }

  .me-xxl-208 {
    margin-right: 208px !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 4px !important;
  }

  .mb-xxl-2 {
    margin-bottom: 8px !important;
  }

  .mb-xxl-3 {
    margin-bottom: 12px !important;
  }

  .mb-xxl-4 {
    margin-bottom: 16px !important;
  }

  .mb-xxl-5 {
    margin-bottom: 24px !important;
  }

  .mb-xxl-6 {
    margin-bottom: 32px !important;
  }

  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xxl-44 {
    margin-bottom: 44px !important;
  }

  .mb-xxl-7 {
    margin-bottom: 48px !important;
  }

  .mb-xxl-8 {
    margin-bottom: 56px !important;
  }

  .mb-xxl-9 {
    margin-bottom: 60px !important;
  }

  .mb-xxl-10 {
    margin-bottom: 64px !important;
  }

  .mb-xxl-11 {
    margin-bottom: 74px !important;
  }

  .mb-xxl-12 {
    margin-bottom: 88px !important;
  }

  .mb-xxl-13 {
    margin-bottom: 88px !important;
  }

  .mb-xxl-14 {
    margin-bottom: 104px !important;
  }

  .mb-xxl-16 {
    margin-bottom: 120px !important;
  }

  .mb-xxl-17 {
    margin-bottom: 168px !important;
  }

  .mb-xxl-208 {
    margin-bottom: 208px !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 4px !important;
  }

  .ms-xxl-2 {
    margin-left: 8px !important;
  }

  .ms-xxl-3 {
    margin-left: 12px !important;
  }

  .ms-xxl-4 {
    margin-left: 16px !important;
  }

  .ms-xxl-5 {
    margin-left: 24px !important;
  }

  .ms-xxl-6 {
    margin-left: 32px !important;
  }

  .ms-xxl-40 {
    margin-left: 40px !important;
  }

  .ms-xxl-44 {
    margin-left: 44px !important;
  }

  .ms-xxl-7 {
    margin-left: 48px !important;
  }

  .ms-xxl-8 {
    margin-left: 56px !important;
  }

  .ms-xxl-9 {
    margin-left: 60px !important;
  }

  .ms-xxl-10 {
    margin-left: 64px !important;
  }

  .ms-xxl-11 {
    margin-left: 74px !important;
  }

  .ms-xxl-12 {
    margin-left: 88px !important;
  }

  .ms-xxl-13 {
    margin-left: 88px !important;
  }

  .ms-xxl-14 {
    margin-left: 104px !important;
  }

  .ms-xxl-16 {
    margin-left: 120px !important;
  }

  .ms-xxl-17 {
    margin-left: 168px !important;
  }

  .ms-xxl-208 {
    margin-left: 208px !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 4px !important;
  }

  .p-xxl-2 {
    padding: 8px !important;
  }

  .p-xxl-3 {
    padding: 12px !important;
  }

  .p-xxl-4 {
    padding: 16px !important;
  }

  .p-xxl-5 {
    padding: 24px !important;
  }

  .p-xxl-6 {
    padding: 32px !important;
  }

  .p-xxl-40 {
    padding: 40px !important;
  }

  .p-xxl-44 {
    padding: 44px !important;
  }

  .p-xxl-7 {
    padding: 48px !important;
  }

  .p-xxl-8 {
    padding: 56px !important;
  }

  .p-xxl-9 {
    padding: 60px !important;
  }

  .p-xxl-10 {
    padding: 64px !important;
  }

  .p-xxl-11 {
    padding: 74px !important;
  }

  .p-xxl-12 {
    padding: 88px !important;
  }

  .p-xxl-13 {
    padding: 88px !important;
  }

  .p-xxl-14 {
    padding: 104px !important;
  }

  .p-xxl-16 {
    padding: 120px !important;
  }

  .p-xxl-17 {
    padding: 168px !important;
  }

  .p-xxl-208 {
    padding: 208px !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-xxl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-xxl-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .px-xxl-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-xxl-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-xxl-6 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-xxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xxl-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .px-xxl-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .px-xxl-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .px-xxl-9 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xxl-10 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .px-xxl-11 {
    padding-right: 74px !important;
    padding-left: 74px !important;
  }

  .px-xxl-12 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .px-xxl-13 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .px-xxl-14 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }

  .px-xxl-16 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-xxl-17 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }

  .px-xxl-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-xxl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-xxl-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .py-xxl-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-xxl-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-xxl-6 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xxl-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .py-xxl-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-xxl-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .py-xxl-9 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xxl-10 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .py-xxl-11 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .py-xxl-12 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .py-xxl-13 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .py-xxl-14 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .py-xxl-16 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-xxl-17 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }

  .py-xxl-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 4px !important;
  }

  .pt-xxl-2 {
    padding-top: 8px !important;
  }

  .pt-xxl-3 {
    padding-top: 12px !important;
  }

  .pt-xxl-4 {
    padding-top: 16px !important;
  }

  .pt-xxl-5 {
    padding-top: 24px !important;
  }

  .pt-xxl-6 {
    padding-top: 32px !important;
  }

  .pt-xxl-40 {
    padding-top: 40px !important;
  }

  .pt-xxl-44 {
    padding-top: 44px !important;
  }

  .pt-xxl-7 {
    padding-top: 48px !important;
  }

  .pt-xxl-8 {
    padding-top: 56px !important;
  }

  .pt-xxl-9 {
    padding-top: 60px !important;
  }

  .pt-xxl-10 {
    padding-top: 64px !important;
  }

  .pt-xxl-11 {
    padding-top: 74px !important;
  }

  .pt-xxl-12 {
    padding-top: 88px !important;
  }

  .pt-xxl-13 {
    padding-top: 88px !important;
  }

  .pt-xxl-14 {
    padding-top: 104px !important;
  }

  .pt-xxl-16 {
    padding-top: 120px !important;
  }

  .pt-xxl-17 {
    padding-top: 168px !important;
  }

  .pt-xxl-208 {
    padding-top: 208px !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 4px !important;
  }

  .pe-xxl-2 {
    padding-right: 8px !important;
  }

  .pe-xxl-3 {
    padding-right: 12px !important;
  }

  .pe-xxl-4 {
    padding-right: 16px !important;
  }

  .pe-xxl-5 {
    padding-right: 24px !important;
  }

  .pe-xxl-6 {
    padding-right: 32px !important;
  }

  .pe-xxl-40 {
    padding-right: 40px !important;
  }

  .pe-xxl-44 {
    padding-right: 44px !important;
  }

  .pe-xxl-7 {
    padding-right: 48px !important;
  }

  .pe-xxl-8 {
    padding-right: 56px !important;
  }

  .pe-xxl-9 {
    padding-right: 60px !important;
  }

  .pe-xxl-10 {
    padding-right: 64px !important;
  }

  .pe-xxl-11 {
    padding-right: 74px !important;
  }

  .pe-xxl-12 {
    padding-right: 88px !important;
  }

  .pe-xxl-13 {
    padding-right: 88px !important;
  }

  .pe-xxl-14 {
    padding-right: 104px !important;
  }

  .pe-xxl-16 {
    padding-right: 120px !important;
  }

  .pe-xxl-17 {
    padding-right: 168px !important;
  }

  .pe-xxl-208 {
    padding-right: 208px !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 4px !important;
  }

  .pb-xxl-2 {
    padding-bottom: 8px !important;
  }

  .pb-xxl-3 {
    padding-bottom: 12px !important;
  }

  .pb-xxl-4 {
    padding-bottom: 16px !important;
  }

  .pb-xxl-5 {
    padding-bottom: 24px !important;
  }

  .pb-xxl-6 {
    padding-bottom: 32px !important;
  }

  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }

  .pb-xxl-44 {
    padding-bottom: 44px !important;
  }

  .pb-xxl-7 {
    padding-bottom: 48px !important;
  }

  .pb-xxl-8 {
    padding-bottom: 56px !important;
  }

  .pb-xxl-9 {
    padding-bottom: 60px !important;
  }

  .pb-xxl-10 {
    padding-bottom: 64px !important;
  }

  .pb-xxl-11 {
    padding-bottom: 74px !important;
  }

  .pb-xxl-12 {
    padding-bottom: 88px !important;
  }

  .pb-xxl-13 {
    padding-bottom: 88px !important;
  }

  .pb-xxl-14 {
    padding-bottom: 104px !important;
  }

  .pb-xxl-16 {
    padding-bottom: 120px !important;
  }

  .pb-xxl-17 {
    padding-bottom: 168px !important;
  }

  .pb-xxl-208 {
    padding-bottom: 208px !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 4px !important;
  }

  .ps-xxl-2 {
    padding-left: 8px !important;
  }

  .ps-xxl-3 {
    padding-left: 12px !important;
  }

  .ps-xxl-4 {
    padding-left: 16px !important;
  }

  .ps-xxl-5 {
    padding-left: 24px !important;
  }

  .ps-xxl-6 {
    padding-left: 32px !important;
  }

  .ps-xxl-40 {
    padding-left: 40px !important;
  }

  .ps-xxl-44 {
    padding-left: 44px !important;
  }

  .ps-xxl-7 {
    padding-left: 48px !important;
  }

  .ps-xxl-8 {
    padding-left: 56px !important;
  }

  .ps-xxl-9 {
    padding-left: 60px !important;
  }

  .ps-xxl-10 {
    padding-left: 64px !important;
  }

  .ps-xxl-11 {
    padding-left: 74px !important;
  }

  .ps-xxl-12 {
    padding-left: 88px !important;
  }

  .ps-xxl-13 {
    padding-left: 88px !important;
  }

  .ps-xxl-14 {
    padding-left: 104px !important;
  }

  .ps-xxl-16 {
    padding-left: 120px !important;
  }

  .ps-xxl-17 {
    padding-left: 168px !important;
  }

  .ps-xxl-208 {
    padding-left: 208px !important;
  }
}

@media only screen and (min-width: 1679px) {
  .sticky-menu {
    width: 426px;
  }

  .accordion-item__col--2 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1680px) {
  .event-col {
    width: 606px;
  }

  .event-col--md {
    width: 606px;
  }
}

@media only screen and (max-width: 1679px) {
  .some-text-block p {
    font-size: 14px;
  }

  h1:not([class]),
  .h1 {
    font-size: 40px;
  }

  p {
    font-size: 18px;
  }

  .content-block--internal > h1 {
    font-size: 40px;
  }

  .section-h1 {
    font-size: 64px;
  }

  .section-title {
    font-size: 40px;
  }

  .main {
    padding-top: 137px;
  }

  .section__top-img {
    right: -10px;
  }

  .file-item__success-delete {
    width: 18px;
    height: 18px;
  }

  .button--md {
    height: 40px;
    border-radius: 6px;
    font-size: 16px;
  }

  .button-tab--md {
    font-size: 14px;
    padding: 12px 16px;
  }

  .input--sm .input__field {
    height: 40px;
  }

  .input--sm .input__placeholder {
    top: 8px;
    left: 10px;
  }

  .blockquote > p {
    font-size: 20px;
  }

  .event-card {
    padding: 24px;
  }

  .event-card__header {
    font-size: 14px;
  }

  .event-card__desc p {
    font-size: 24px;
  }

  .event-card__row {
    gap: 76px;
  }

  .event-card__col {
    flex: 1 0 0;
  }

  .event-card__col:after {
    width: 21px;
    height: 7px;
    margin-left: 30px;
  }

  .event-card__number {
    font-size: 64px;
    line-height: 71px;
  }

  .event-card__date {
    font-size: 12px;
  }

  .event-card__pretitle {
    font-size: 20px;
    line-height: 130%;
  }

  .event-card--sm .section-title {
    font-size: 32px;
    line-height: 150%;
  }

  .event-card--sm .event-card__bottom > p,
  .event-card--sm .event-card__bottom ul li p {
    font-size: 18px;
    line-height: 150%;
  }

  .event-card--sm .event-card__button {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .event-card--sm .event-card__button .button__icon {
    width: 20px;
    height: 20px;
  }

  .event-card--sm .event-card__button .button__text {
    margin-left: 12px;
  }

  .event-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .event-link__left {
    width: 116px;
    min-width: 116px;
  }

  .event-link__right {
    padding-left: 24px;
  }

  .event-link__number {
    font-size: 40px;
    line-height: 46px;
  }

  .event-link__date {
    font-size: 12px;
  }

  .event-link__desc p {
    font-size: 16px;
  }

  .event-link__user-block .user-block__ava {
    width: 34px;
    height: 34px;
  }

  .event-link__user-block .user-block__top p {
    font-size: 12px;
    line-height: 150%;
  }

  .event-link__user-block .user-block__bottom p {
    font-size: 14px;
    line-height: 120%;
  }

  .event-link__city {
    font-size: 14px;
  }

  .event-link--sm {
    min-height: 106px;
  }

  .event-link--sm .event-link__desc p {
    font-size: 18px;
    line-height: 150%;
  }

  .event-link--sm .event-link__items .link {
    font-size: 14px;
  }

  .event-link--sm .event-link__left {
    width: 144px;
    min-width: 144px;
  }

  .event-link--sm .event-link__item {
    display: flex;
  }

  .event-link--desktop {
    padding-left: 32px !important;
  }

  .event-link--desktop .user-block__ava {
    width: 48px;
    height: 48px;
  }

  .event-link--desktop .event-link__desc p {
    font-size: 20px;
    line-height: 130%;
  }

  .event-link--desktop .event-link__user-block .user-block__top p {
    font-size: 14px;
    line-height: 150%;
  }

  .event-link--desktop .event-link__user-block .user-block__bottom p {
    font-size: 16px;
    line-height: 120%;
  }

  .user-block--md {
    padding-left: 24px;
    padding-right: 24px;
  }

  .user-block__name {
    font-size: 20px;
  }

  .interesting-grid__row {
    margin-bottom: -16px;
  }

  .interesting-grid__col {
    margin-bottom: 16px;
  }

  .interesting-card {
    padding: 24px 32px;
    min-height: 286px;
  }

  .interesting-card__top .text-xl {
    font-size: 16px;
    padding-top: 14px;
  }

  .interesting-card__img {
    width: 196px;
    height: 196px;
    right: 32px;
    bottom: 24px;
  }

  .interesting-card__item {
    margin-bottom: 10px;
  }

  .interesting-card__item .link {
    font-size: 14px;
  }

  .interesting-card--sm {
    padding: 24px 40px 40px;
  }

  .interesting-card--sm .interesting-card__img {
    margin-bottom: 18px;
  }

  .interesting-card--sm .interesting-card__top .text-xl {
    font-size: 18px;
  }

  .interesting-card--sm .interesting-card__top {
    margin-bottom: 22px;
  }

  .interesting-card--sm .interesting-card__item {
    margin-bottom: 12px;
  }

  .interesting-card--sm .interesting-card__item .link {
    font-size: 16px;
    line-height: 150%;
  }

  .youtube-block {
    border-radius: 8px;
  }

  .youtube-block-desc {
    width: 392px;
    margin: 0 auto;
  }

  .youtube-block-desc p {
    font-size: 14px;
    line-height: 180%;
  }

  .place-block {
    min-height: 363px;
  }

  .place-block__top .h2 {
    font-size: 24px;
    line-height: 150%;
  }

  .place-block__left {
    padding-top: 35px;
    padding-bottom: 35px;
    flex: 0 0 280px;
  }

  .place-block__right {
    padding-left: 90px;
  }

  .news-card__date {
    font-size: 12px;
  }

  .news-card--lg .news-card__desc p {
    font-size: 16px;
  }

  .news-card--lg .news-card__img-wrap {
    height: 415px;
  }

  .news-card--lg .news-card__bottom {
    padding: 16px 24px;
  }

  .news-card--md {
    padding: 12px 16px;
    min-height: unset;
  }

  .news-card--md .news-card__desc p {
    font-size: 14px;
  }

  .news-block {
    padding: 24px;
  }

  .offer-form {
    padding: 24px 24px 24px  116px;
    margin-top: 14px;
  }

  .offer-form__img {
    width: 86px;
  }

  .offer-form__title {
    font-size: 14px;
  }

  .offer-form__success .offer-form__col--1 {
    top: 15px;
    left: 15px;
  }

  .offer-form__success .offer-form__title {
    font-size: 20px;
  }

  .sticky-menu .h4 {
    font-size: 18px;
    line-height: 150%;
  }

  .sticky-menu__item {
    margin-bottom: 12px;
  }

  .sticky-menu__item .link {
    font-size: 16px;
    line-height: 150%;
  }

  .accordion-item__trigger-title {
    font-size: 18px;
    line-height: 120%;
  }

  .accordion-item__icon {
    margin-top: -2px;
  }

  .info-card__title {
    font-size: 20px;
  }

  .info-card .text-lg--sm {
    font-size: 16px;
  }

  .info-card .list .text-lg--sm {
    font-size: 18px;
  }

  .link-block {
    padding-bottom: 48px;
  }

  .link-block__desc {
    font-size: 18px;
  }

  .member-card__img {
    height: 516px;
  }

  .member-card__desc p {
    font-size: 20px;
  }

  .about-block {
    padding: 64px 80px 36px 48px;
  }

  .about-block__col--1 {
    flex: 1 0 0;
  }

  .about-block__col--2 {
    flex: 0 0 350px;
  }

  .about-block__inner {
    padding: 30px 66px 0 0;
  }

  .about-block__img-wrap {
    padding-left: 0;
  }

  .about-block__img {
    width: 350px;
  }

  .about-block__desc p {
    font-size: 14px;
    line-height: 180%;
  }

  .about-block__button {
    height: 48px;
  }

  .member-block__name {
    font-size: 20px;
  }

  .info-block__title {
    font-size: 40px;
  }

  .info-block__user-name {
    font-size: 20px;
  }

  .info-block__position {
    font-size: 16px;
  }

  .error-block__button {
    height: 48px;
  }

  .advantages-card__title {
    font-size: 20px;
  }

  .advantages-card__desc {
    width: 100%;
    max-width: 706px;
  }

  .advantages-card__desc p {
    font-size: 16px;
  }

  .offer-block__right .button {
    height: 48px;
  }

  .school-about {
    padding: 38px 30px 24px;
  }

  .about-info__img {
    height: 464px;
  }

  .block-info {
    padding: 16px;
  }

  .block-info__user-ava {
    width: 92px;
    height: 92px;
  }

  .block-info__user-name {
    font-size: 20px;
  }

  .block-info__user-position {
    font-size: 18px;
  }

  .block-info__title {
    font-size: 18px;
  }

  .block-info__desc {
    font-size: 20px;
  }

  .block-info__address-desc {
    font-size: 20px;
  }

  .founder-grid__col--1 {
    flex: 0 0 50%;
    max-width: unset;
  }

  .founder-grid__col--2 {
    flex: 0 0 50%;
  }

  .form-main--right {
    padding: 40px 48px;
  }

  .form-main .input--sm .input__field {
    height: 48px;
  }

  .form-main .input--sm .input__placeholder {
    top: 12px;
  }

  .form-main .input--sm.is-focused .input__placeholder,
  .form-main .input--sm.is-changed .input__placeholder {
    top: -10px;
  }

  .form-main .button--md {
    height: 48px;
    font-size: 18px;
  }

  .form-main__title {
    font-size: 20px;
  }

  .nav__link {
    font-size: 16px;
    line-height: 20px;
  }

  .nav__link .link__icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }

  .header__logo-img {
    height: 28px;
  }

  .header__logo-text {
    font-size: 8px;
    margin-top: 2px;
  }

  .header__col--4 {
    padding-top: 9px;
    margin-top: 9px;
  }

  .header--main {
    padding-top: 16px;
    padding-bottom: 12px;
  }

  .footer__bottom p,
  .footer__bottom a {
    font-size: 16px;
  }

  .footer__title-link {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 16px;
  }

  .footer__dropdown-item {
    margin-bottom: 4px;
  }

  .footer__dropdown-link {
    font-size: 16px;
  }

  .tabs--basic {
    padding-left: 24px;
  }

  .tabs--basic .tabs__left {
    margin-top: 24px;
    margin-bottom: 24px !important;
    padding-right: 24px;
  }

  .tabs--basic .tabs__right {
    padding-left: 24px;
  }

  .tabs--basic .tabs__buttons {
    min-width: 180px;
  }

  .tabs--basic .place-block__item {
    margin-bottom: 10px;
  }

  .tabs--basic .place-block__item .link__icon {
    width: 20px;
    height: 20px;
  }

  .tabs--basic .place-block__item .link__text {
    font-size: 16px;
  }

  .tabs--padding .button-tab--md {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tabs--padding .tabs__title {
    font-size: 24px;
    line-height: 130%;
  }

  .tabs--padding .tabs__item .link {
    font-size: 16px;
  }

  .tabs--inner {
    padding-right: 50px;
  }

  .tabs--page .tabs__buttons {
    margin-left: -32px;
    margin-right: -32px;
  }

  .tabs--page .tabs__button-col:first-of-type {
    padding-left: 32px;
  }

  .tabs--page .tabs__button-col:first-of-type:before {
    left: 32px;
  }

  .tabs--page .tabs__button-col:last-of-type {
    padding-right: 32px;
  }

  .tabs--page .tabs__button-col:last-of-type:before {
    right: 32px;
  }

  .tabs--contacts .place-block__top .h2 {
    font-size: 32px;
    line-height: 150%;
  }

  .tabs--contacts .place-block__map {
    height: 567px;
  }

  .tabs--contacts .place-block__left {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tabs--contacts .place-block__right {
    padding-left: 40px;
  }

  .main-banner {
    min-height: 490px;
    padding: 107px 40px 40px 40px;
  }

  .main-banner__title {
    font-size: 72px;
  }

  .main-banner__title span {
    font-size: 16px;
    line-height: 110%;
  }
}

@media only screen and (max-width: 1679px) and (max-width: 1365px) {
  .tabs--basic .place-block__item .link__icon {
    width: 24px;
    height: 24px;
  }

  .tabs--basic .place-block__item .link__text {
    font-size: 18px;
  }
}

@media (max-width: 1678.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

@media only screen and (max-width: 1365px) {
  .some-text-block p {
    font-size: 20px;
  }

  h1:not([class]),
  .h1 {
    font-size: 48px;
  }

  p {
    font-size: 20px;
  }

  .content-block--internal > h1 {
    font-size: 48px;
  }

  .section-h1 {
    font-size: 72px;
  }

  .section-title {
    font-size: 48px;
  }

  .main {
    padding-top: 80px;
  }

  .custom-tooltip--xl--top {
    left: auto;
    right: 0;
    top: 100%;
    margin-top: 10px;
  }

  .custom-tooltip--xl--top:before {
    left: auto;
    right: 10px;
    top: -4px;
    width: 12px;
    height: 12px;
  }

  .button--md {
    height: 48px;
    border-radius: 8px;
    font-size: 18px;
  }

  .button-tab--md {
    font-size: 20px;
    padding: 15px 24px;
  }

  .input--sm .input__field {
    height: 48px;
  }

  .input--sm .input__placeholder {
    top: 12px;
  }

  .blockquote > p {
    font-size: 24px;
  }

  .event-card {
    padding: 32px;
  }

  .event-card__header {
    font-size: 20px;
    line-height: 120%;
  }

  .event-card__desc p {
    font-size: 32px;
  }

  .event-card__row {
    gap: 100px;
  }

  .event-card__col {
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-card__col:after {
    width: 32px;
    height: 12px;
    margin-left: 34px;
    margin-top: -20px;
  }

  .event-card__number {
    font-size: 96px;
    line-height: 100px;
    margin-bottom: 10px;
  }

  .event-card__date {
    font-size: 18px;
  }

  .event-card__pretitle {
    font-size: 24px;
  }

  .event-card--sm .section-title {
    font-size: 48px;
  }

  .event-card--sm .event-card__bottom > p,
  .event-card--sm .event-card__bottom ul li p {
    font-size: 20px;
  }

  .event-card--sm .event-card__bottom ul li:before {
    top: 12px;
  }

  .event-card--sm .event-card__button {
    height: 56px;
    font-size: 20px;
  }

  .event-card--sm .event-card__button .button__icon {
    width: 24px;
    height: 24px;
  }

  .event-card--sm .event-card__button .button__text {
    margin-left: 16px;
  }

  .event-link {
    padding: 24px 32px 24px 0;
  }

  .event-link__left {
    width: 160px;
    min-width: 160px;
  }

  .event-link__right {
    padding-left: 32px;
  }

  .event-link__number {
    font-size: 56px;
    line-height: 64px;
  }

  .event-link__date {
    font-size: 16px;
  }

  .event-link__desc p {
    font-size: 20px;
  }

  .event-link__user-block .user-block__ava {
    width: 48px;
    height: 48px;
  }

  .event-link__user-block .user-block__top p {
    font-size: 14px;
  }

  .event-link__user-block .user-block__bottom p {
    font-size: 16px;
  }

  .event-link__city {
    font-size: 16px;
  }

  .event-link--sm .event-link__desc p {
    font-size: 24px;
  }

  .event-link--sm .event-link__items .link {
    font-size: 18px;
  }

  .event-link--sm .event-link__left {
    width: 160px;
    min-width: 160px;
  }

  .user-block--md {
    padding-left: 32px;
    padding-right: 32px;
  }

  .user-block__name {
    font-size: 24px;
  }

  .interesting-grid__row {
    margin-bottom: -24px;
  }

  .interesting-grid__col {
    margin-bottom: 24px;
  }

  .interesting-card {
    padding: 48px 48px 32px;
  }

  .interesting-card__top {
    margin-bottom: 70px;
  }

  .interesting-card__top .text-xl {
    font-size: 24px;
    padding-top: 0;
  }

  .interesting-card__img {
    width: 276px;
    height: 276px;
    bottom: auto;
    top: 28px;
    right: 48px;
  }

  .interesting-card__item .link {
    font-size: 20px;
  }

  .interesting-card--sm {
    padding: 48px 48px 32px;
  }

  .interesting-card--sm .interesting-card__img {
    top: auto;
    bottom: 24px;
  }

  .interesting-card--sm .interesting-card__top .text-xl {
    font-size: 24px;
  }

  .interesting-card--sm .interesting-card__top {
    margin-bottom: 130px;
  }

  .interesting-card--sm .interesting-card__item .link {
    font-size: 20px;
  }

  .youtube-block {
    border-radius: 16px;
  }

  .youtube-block-desc {
    width: 100%;
  }

  .youtube-block-desc p {
    font-size: 20px;
  }

  .place-block {
    min-height: 500px;
  }

  .place-block__top .h2 {
    font-size: 32px;
  }

  .place-block__left {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .place-block__left {
    flex: 0 0 330px;
  }

  .place-block__right {
    padding-left: 0px;
    flex: 0 0 256px;
    margin-left: auto;
  }

  .place-block--md .place-block__left {
    flex: 0 0 448px;
    padding-left: 32px;
  }

  .news-card__date {
    font-size: 16px;
  }

  .news-card--lg .news-card__desc p {
    font-size: 24px;
  }

  .news-card--lg .news-card__img-wrap {
    height: 547px;
  }

  .news-card--lg .news-card__bottom {
    padding: 24px 32px;
  }

  .news-card--md .news-card__desc p {
    font-size: 20px;
  }

  .news-block {
    padding: 32px;
  }

  .offer-form {
    margin-top: 0;
    padding: 32px 32px 32px 156px;
  }

  .offer-form__img {
    width: 120px;
  }

  .offer-form__title {
    font-size: 20px;
  }

  .offer-form__success .offer-form__col--1 {
    top: 30px;
    left: 30px;
  }

  .accordion-item__trigger-title {
    font-size: 20px;
  }

  .accordion-item__icon {
    margin-top: 0;
  }

  .info-card .text-lg--sm {
    font-size: 20px;
  }

  .info-card .list .text-lg--sm {
    font-size: 20px;
  }

  .link-block__desc {
    font-size: 24px;
  }

  .member-card__img {
    height: 336px;
  }

  .member-card__desc p {
    font-size: 24px;
  }

  .about-block__col--1 {
    flex: 0 0 532px;
  }

  .about-block__col--2 {
    flex: 0 0 auto;
    padding-left: 0;
    padding-right: 30px;
    margin-left: auto;
  }

  .about-block__inner {
    padding: 0;
  }

  .about-block__img {
    width: 308px;
  }

  .about-block__desc p {
    font-size: 20px;
    line-height: 180%;
  }

  .member-block__name {
    font-size: 24px;
  }

  .info-block__title {
    font-size: 48px;
  }

  .info-block__user-name {
    font-size: 24px;
  }

  .info-block__position {
    font-size: 20px;
  }

  .advantages-card__title {
    font-size: 24px;
  }

  .advantages-card__desc p {
    font-size: 20px;
  }

  .school-about {
    padding: 48px 32px 32px;
  }

  .about-info__img {
    height: auto;
  }

  .block-info {
    padding: 24px 32px;
  }

  .block-info__user-ava {
    width: 132px;
    height: 132px;
  }

  .block-info__user-name {
    font-size: 24px;
  }

  .block-info__user-position {
    font-size: 20px;
  }

  .block-info__title {
    font-size: 20px;
  }

  .block-info__address-desc {
    font-size: 24px;
  }

  .founder-grid__col--1 {
    flex: 0 0 580px;
    padding-right: 24px;
    margin-bottom: 0;
  }

  .founder-grid__col--2 {
    flex: 1 0 0;
  }

  .form-main--right {
    padding: 56px 64px;
  }

  .form-main__title {
    font-size: 24px;
  }

  .nav__list {
    flex-direction: column;
  }

  .nav__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
  }

  .nav__item:last-of-type {
    margin-bottom: 0;
  }

  .nav__item-dropdown {
    position: static;
    opacity: 1;
    transform: none;
    width: 100%;
    order: 5;
    padding: 10px 0 0;
    border: none;
    box-shadow: none;
    display: none;
    pointer-events: auto;
  }

  .nav__item-dropdown .dropdown__item {
    margin-bottom: 10px;
  }

  .nav__item-dropdown .dropdown__item:last-of-type {
    margin-bottom: 0;
  }

  .nav__item-dropdown .dropdown__link {
    padding: 0;
    font-size: 20px;
  }

  .nav__link {
    justify-content: flex-start;
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    max-width: calc(100% - 60px);
  }

  .nav__link .link__icon {
    display: none;
  }

  .header__logo-text {
    font-size: 12px;
    line-height: 120%;
  }

  .header__logo--sm .header__logo-img {
    filter: grayscale(0);
  }

  .header__logo--sm .header__logo-text {
    display: none;
  }

  .header__logo--sm .header__logo-text {
    display: block;
  }

  .header__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .header__col--1 {
    margin-bottom: 44px;
  }

  .header__col--2 {
    order: 5;
    flex-direction: column;
    border-top: 1px solid #DEE8ED;
    padding-top: 48px;
    margin-top: 60px;
    align-items: flex-start;
    gap: 48px;
  }

  .header__col--3 {
    margin-left: 0;
    order: 6;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #DEE8ED;
  }

  .header__col--4 {
    border-top: none;
    margin-top: 0;
    padding-bottom: 0;
  }

  .header__col {
    flex: 0 0 100%;
    width: 100%;
  }

  .header__menu-btn,
  .header__search-btn {
    width: 48px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header__menu-btn .button__icon,
  .header__search-btn .button__icon {
    margin-right: 0;
    width: 24px;
    height: 24px;
  }

  .header__menu-btn .button__text,
  .header__search-btn .button__text {
    display: none;
  }

  .header--main {
    position: fixed;
    left: auto;
    right: -100%;
    overflow: auto;
    transition: right 0.4s ease-in-out;
    height: 100vh;
    width: 582px;
    z-index: 40;
    padding: 48px 56px;
  }

  .header--main.is-active {
    right: 0;
  }

  .header--main .header__container {
    padding-left: 0;
    padding-right: 0;
  }

  .header--main .header__logo--main {
    flex-direction: column;
    align-items: flex-start;
  }

  .header--main .header__logo--main .header__logo-img {
    height: 40px;
    margin-bottom: 16px;
  }

  .header--mobile {
    display: block;
  }

  .header__button-blind {
    background-color: #1873ED;
    height: 56px;
    padding-left: 20px !important;
  }

  .header__button-blind .button__text {
    color: #fff;
    font-size: 20px;
  }

  .header__button-blind .button__icon {
    fill: #fff;
    width: 24px;
    height: 24px;
  }

  .footer__bottom p,
  .footer__bottom a {
    font-size: 18px;
  }

  .footer__logo-img {
    height: 48px;
  }

  .footer__title-link {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer__dropdown-item {
    margin-bottom: 10px;
  }

  .footer__dropdown-link {
    font-size: 20px;
  }

  .tabs--basic {
    padding-left: 32px;
  }

  .tabs--basic .tabs__left {
    margin-top: 32px;
    margin-bottom: 32px !important;
    padding-right: 32px;
  }

  .tabs--basic .tabs__buttons {
    min-width: 228px;
  }

  .tabs--basic .place-block__item {
    margin-bottom: 16px;
  }

  .tabs--padding .tabs__title {
    font-size: 32px;
  }

  .tabs--padding .tabs__item .link {
    font-size: 18px;
  }

  .tabs--inner {
    padding-right: 0;
  }

  .tabs .tabs-link:before {
    bottom: 0;
  }

  .main-banner {
    min-height: 532px;
  }

  .main-banner__inner {
    max-width: 630px;
  }

  .main-banner__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1365px) and (max-width: 479px) {
  .nav__item-dropdown .dropdown__item {
    margin-bottom: 4px;
  }

  .nav__item-dropdown .dropdown__link {
    font-size: 16px;
  }
}

@media (max-width: 1364.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .section-h1 {
    font-size: 64px;
  }

  .button {
    border-radius: 6px;
  }

  .event-card__row {
    gap: unset;
  }

  .event-card__col {
    flex: 0 0 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .event-card__col:after {
    margin-left: -16px;
  }

  .event-link__desc--lg p {
    font-size: 20px;
  }

  .event-link__item {
    display: flex;
    margin-right: 12px;
  }

  .event-link--sm {
    flex-direction: column;
    padding: 24px;
    min-height: unset;
  }

  .event-link--sm .event-link__left {
    width: 100%;
    display: flex;
    padding-bottom: 12px;
  }

  .event-link--sm .event-link__right {
    border-left: none;
    border-top: 1px solid #DEE8ED;
    padding-left: 0;
    padding-top: 12px;
  }

  .event-link--sm .event-link__numeric {
    display: inline-flex;
    align-items: flex-end;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .event-link--sm .event-link__number {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    margin-right: 4px;
  }

  .event-link--sm .event-link__date {
    font-size: 20px;
    color: #1873ED;
    font-weight: 500;
  }

  .event-link--sm .event-link__date br {
    display: none;
  }

  .event-link--sm .event-link__desc p {
    font-size: 20px;
  }

  .event-link--modern .event-link__left {
    padding-left: 0;
    padding-right: 0;
  }

  .event-link__numeric-list {
    gap: 26px;
  }

  .event-link__numeric-list .event-link__number {
    position: static;
  }

  .event-link__numeric-list .event-link__number:after {
    transform: translateX(10px);
  }

  .event-link__numeric-list .event-link__numeric {
    position: relative;
  }

  .interesting-card {
    min-height: 344px;
  }

  .interesting-card__img {
    width: 180px;
    height: 180px;
    top: auto;
    bottom: 32px;
  }

  .interesting-card__bottom {
    width: calc(100% - 220px);
  }

  .place-block {
    min-height: unset;
    display: block;
  }

  .place-block__left {
    padding: 0 32px 32px;
  }

  .place-block__right {
    padding-left: 8px;
  }

  .place-block__map {
    height: 384px;
  }

  .place-block--md {
    min-height: unset;
  }

  .place-block--md .place-block__left {
    padding-top: 32px;
  }

  .news-card--lg .news-card__img-wrap {
    height: 332px;
  }

  .breadcrumbs__list {
    overflow: auto;
    margin-left: -32px;
    margin-right: -32px;
  }

  .breadcrumbs__item:first-of-type {
    padding-left: 32px;
  }

  .breadcrumbs__item:last-of-type {
    padding-right: 32px;
  }

  .info-card__title {
    font-size: 24px;
  }

  .link-block {
    padding: 24px 64px 64px 24px;
  }

  .link-block__desc {
    font-size: 20px;
  }

  .members-row {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -12px;
  }

  .members-row__col {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }

  .member-card {
    display: flex;
    align-items: center;
  }

  .member-card__img {
    width: 168px;
    height: 190px;
  }

  .member-card__desc {
    margin-top: 0;
    padding-left: 24px;
  }

  .about-block {
    padding: 56px 64px;
  }

  .about-block__row {
    margin-left: 0;
    margin-right: 0;
  }

  .about-block__col {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-block__col--2 {
    order: -1;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .about-block__img {
    width: 156px;
  }

  .info-block__title {
    font-size: 32px;
  }

  .error-block__desc {
    max-width: 400px;
  }

  .news-link__img {
    width: 352px;
  }

  .news-link--desktop .news-link__desc p {
    font-size: 18px;
  }

  .news-link--desktop .news-link__right {
    padding: 16px;
  }

  .founder-grid__col--1 {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 12px;
  }

  .form-main {
    padding: 48px;
  }

  .form-main--right {
    padding: 56px 64px;
  }

  .footer__social {
    position: static;
    margin-top: 64px;
  }

  .footer__logo {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__logo-text {
    margin-top: 16px;
    font-size: 20px;
  }

  .footer__logo-text br {
    display: none;
  }

  .footer__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer__title-link {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 0;
    max-width: calc(100% - 60px);
  }

  .footer__dropdown {
    padding-right: 0;
    display: none;
    padding-top: 22px;
    padding-bottom: 8px;
  }

  .footer__dropdown-item {
    margin-bottom: 12px;
  }

  .footer__dropdown-link {
    font-size: 16px;
    line-height: 150%;
  }

  .footer__row {
    margin-bottom: -32px;
  }

  .footer__col {
    margin-bottom: 32px;
  }

  .tabs--basic {
    padding-left: 0;
    padding-right: 0;
    padding-top: 32px;
  }

  .tabs--basic .tabs__row {
    display: block;
  }

  .tabs--basic .tabs__left {
    margin-top: 0;
    border-right: none;
    padding-right: 0;
  }

  .tabs--basic .tabs__right {
    padding-left: 0;
  }

  .tabs--basic .tabs__buttons {
    display: flex;
    align-items: center;
    overflow: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
  }

  .tabs--basic .tabs__buttons::-webkit-scrollbar {
    height: 2px;
  }

  .tabs--basic .tabs__buttons::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .tabs--basic .tabs__buttons::-webkit-scrollbar-thumb {
    background-color: transparent;
  }

  .tabs--basic .tabs__button-col:first-of-type {
    padding-left: 32px;
  }

  .tabs--basic .tabs__button-col:first-of-type .button-tab {
    padding-left: 0;
  }

  .tabs--basic .tabs__button-col:first-of-type .button-tab:before {
    left: 0;
  }

  .tabs--basic .tabs__button-col:last-of-type {
    padding-right: 32px;
  }

  .tabs--basic .tabs__button-col:last-of-type .button-tab {
    padding-right: 0;
  }

  .tabs--basic .tabs__button-col:last-of-type .button-tab:before {
    right: 0;
  }

  .tabs--basic .button-tab {
    position: relative;
    white-space: nowrap;
    border: none;
    border-bottom: 2px solid #DEE8ED;
    border-radius: 0;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tabs--basic .button-tab:before {
    content: '';
    position: absolute;
    height: 2px;
    left: 12px;
    right: 12px;
    bottom: -2px;
    background-color: #1873ED;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .tabs--basic .button-tab.is-active:before {
    opacity: 1;
  }

  .tabs--padding .tabs__right {
    padding-left: 32px;
    padding-top: 0;
  }

  .tabs--contacts .place-block__map {
    height: 384px;
  }

  .tabs--contacts .place-block__right {
    padding-left: 8px;
  }

  .main-banner {
    padding: 32px 48px;
    min-height: 410px;
  }

  .main-banner__inner {
    max-width: 464px;
  }

  .main-banner__title {
    font-size: 48px;
  }

  .main-banner__title span {
    display: block;
    margin-top: 27px;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .event-link--sm .event-link__number {
    font-size: 16px;
    line-height: 120%;
  }
}

@media (max-width: 1022.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .some-text-block p {
    font-size: 18px;
  }

  .section-desc p {
    font-size: 16px;
  }

  h1:not([class]),
  .h1 {
    font-size: 40px;
  }

  .content-block--internal > h1 {
    font-size: 40px;
  }

  hr:not([class]) {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-xs {
    font-size: 14px;
  }

  .text-lg--md {
    font-size: 16px;
    line-height: 150%;
  }

  .text-xl--sm {
    font-size: 20px;
  }

  .section-h1 {
    font-size: 44px;
  }

  .section-title {
    font-size: 32px;
  }

  .main {
    padding-top: 56px;
  }

  .section--basic {
    padding-bottom: 88px;
  }

  .section--basic--top {
    padding-top: 88px;
  }

  .button--lg {
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .button--md--square.button--md {
    width: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .button--md--square.button--md .button__icon {
    margin-left: 0;
    width: 24px;
    height: 24px;
  }

  .button-special {
    height: 92px;
  }

  .button-special__img {
    margin-right: 32px;
  }

  .button-special__text {
    font-size: 20px;
  }

  .input--md .input__field {
    height: 48px;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input--md .input__placeholder {
    font-size: 16px;
    top: 12px;
  }

  .blockquote {
    padding: 64px 56px;
  }

  .search-block--main {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .search-block__close {
    width: 48px;
    height: 48px;
    margin-left: 32px;
  }

  .search-block__close .icon {
    width: 20px;
    height: 20px;
  }

  .search-block--page .search-block__button {
    padding-left: 0;
    padding-right: 0;
    width: 48px;
  }

  .search-block--page .search-block__input {
    margin-right: 8px;
  }

  .event-card__desc p {
    font-size: 20px;
  }

  .event-card__row {
    justify-content: space-between;
  }

  .event-card__col {
    display: flex;
    flex-direction: column;
  }

  .event-card__col:first-of-type {
    align-items: flex-start;
  }

  .event-card__col:last-of-type {
    align-items: flex-end;
  }

  .event-card__col:after {
    margin-left: -16px;
    margin-top: -30px;
  }

  .event-link {
    flex-direction: column;
    height: auto;
    padding: 24px 32px;
  }

  .event-link__left {
    width: 100%;
    display: flex;
    padding-bottom: 12px;
  }

  .event-link__right {
    border-left: none;
    border-top: 1px solid #DEE8ED;
    padding-left: 0;
    padding-top: 12px;
  }

  .event-link__numeric {
    display: inline-flex;
    align-items: flex-end;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .event-link__number {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    margin-right: 4px;
  }

  .event-link__number {
    font-size: 16px;
    line-height: 120%;
  }

  .event-link__date {
    font-size: 20px;
    color: #1873ED;
    font-weight: 500;
  }

  .event-link__date br {
    display: none;
  }

  .event-link__date {
    font-size: 16px;
    line-height: 120%;
  }

  .event-link__desc p {
    font-size: 18px;
    line-height: 130%;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }

  .event-link__desc--lg p {
    font-size: 18px;
  }

  .event-link__row {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .event-link__col--2 {
    transform: none;
    margin-bottom: 20px;
  }

  .event-link__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .event-link--sm {
    padding: 24px;
  }

  .event-link--sm .event-link__date {
    font-size: 16px;
    line-height: 120%;
  }

  .event-link--sm .event-link__desc p {
    font-size: 18px;
  }

  .event-link--sm .event-link__items .link {
    font-size: 16px;
  }

  .event-link--desktop .user-block__left {
    align-self: flex-start;
  }

  .user-block--md {
    padding: 16px 20px;
    align-items: flex-start;
  }

  .user-block--md .user-block__ava {
    width: 64px;
    height: 64px;
  }

  .user-block--md .user-block__left {
    padding-right: 20px;
  }

  .user-block__name {
    font-size: 16px;
  }

  .interesting-card {
    min-height: unset;
    padding: 24px;
  }

  .interesting-card__top {
    margin-bottom: 28px;
  }

  .interesting-card__img {
    position: static;
    order: -1;
    width: 128px;
    height: 128px;
    margin-bottom: 40px;
  }

  .interesting-card__bottom {
    width: 100%;
  }

  .interesting-card__item .link {
    font-size: 18px;
    line-height: 150%;
  }

  .interesting-card--sm .interesting-card__img {
    margin-bottom: 38px;
  }

  .interesting-card--sm .interesting-card__top {
    margin-bottom: 30px;
  }

  .interesting-card--sm .interesting-card__item .link {
    font-size: 18px;
  }

  .youtube-block-desc p {
    font-size: 16px;
  }

  .place-block__left {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
  }

  .place-block__map {
    height: 240px;
  }

  .place-block--md .place-block__left {
    padding: 24px;
  }

  .place-block--md .place-block__map {
    height: 220px;
  }

  .news-card--lg .news-card__desc p {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }

  .news-card--lg .news-card__img-wrap {
    height: 227px;
  }

  .news-card--lg .news-card__bottom {
    padding: 16px;
  }

  .news-card--md {
    min-height: unset;
  }

  .news-card--md .news-card__desc p {
    font-size: 16px;
  }

  .news-block {
    padding: 12px 0;
  }

  .offer-form {
    padding-left: 32px;
    padding-top: 10px;
  }

  .offer-form__row {
    display: block;
  }

  .offer-form__col--1 {
    position: static;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }

  .offer-form__col--2 {
    text-align: center;
  }

  .offer-form__input {
    width: 100%;
  }

  .offer-form__button {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }

  .offer-form__success .offer-form__col--1 {
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .breadcrumbs__list {
    margin-left: -16px;
    margin-right: -16px;
  }

  .breadcrumbs__item:first-of-type {
    padding-left: 16px;
  }

  .breadcrumbs__item:last-of-type {
    padding-right: 16px;
  }

  .link-blocks-row {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -12px;
  }

  .link-blocks-row .link-blocks-col {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }

  .about-block {
    padding: 40px;
  }

  .about-block__title {
    font-size: 24px;
  }

  .member-block__top {
    padding: 16px 20px;
  }

  .member-block__bottom {
    padding: 16px 20px;
  }

  .member-block__list {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-search__top {
    border-radius: 0;
  }

  .block-search__item {
    position: relative;
  }

  .block-search__item--icon .block-search__item-row {
    padding-right: 40px;
  }

  .block-search__icon-wrap {
    position: absolute;
    margin-left: 0;
    top: 14px;
    right: 16px;
  }

  .block-search__icon-wrap .custom-tooltip {
    transform: translate(0, -12px);
    left: auto;
    right: -8px;
  }

  .block-search__icon-wrap .custom-tooltip:before {
    left: auto;
    right: 12px;
    transform: translate(0, -12px) rotate(45deg);
  }

  .pagination__left {
    margin-right: auto;
  }

  .info-block {
    padding: 40px 32px 32px;
    border-radius: 8px;
  }

  .info-block__title {
    font-size: 24px;
  }

  .error-block {
    min-height: unset;
    padding-top: 82px;
    padding-bottom: 56px;
  }

  .error-block__desc {
    width: 320px;
  }

  .card-news--full {
    padding: 16px;
  }

  .card-news__desc--md p {
    font-size: 18px;
  }

  .news-link {
    display: block;
  }

  .news-link__img {
    min-height: unset;
    height: 200px;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
  }

  .news-link__right {
    padding: 16px;
  }

  .news-link__desc p {
    font-size: 18px;
  }

  .fixed-element {
    right: 16px;
    left: 16px;
  }

  .advantages-card {
    padding-left: 48px;
    padding-right: 48px;
  }

  .offer-block {
    flex-wrap: wrap;
  }

  .offer-block__left {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    padding-right: 0;
  }

  .offer-block__right {
    width: 100%;
    text-align: center;
  }

  .school-about {
    padding: 40px 24px 32px;
  }

  .author-block__desc {
    padding: 16px;
  }

  .block-info__user-ava {
    width: 96px;
    height: 96px;
  }

  .block-info__user-name {
    font-size: 20px;
  }

  .block-info__user-position {
    font-size: 16px;
  }

  .block-info__row--bottom {
    margin-bottom: -4px !important;
  }

  .block-info > hr {
    padding-top: 0;
  }

  .form-main {
    padding: 32px 24px;
  }

  .form-main__top {
    align-items: center !important;
  }

  .form-main__success-inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slider--events .slider__slide {
    height: auto;
  }

  .slider--events .slider__slide .event-link {
    height: 100%;
  }

  .slider--events .slider__slide .event-link__col--1 {
    margin-top: auto;
  }

  .slider--events .slider__slide .event-link__bottom {
    flex: 1 0 0;
  }

  .slider--events .slider__slide .event-link__row {
    flex-basis: 100%;
    height: 100%;
  }

  .slider--overflow-md .slider__init {
    overflow: visible;
  }

  .header--main {
    padding: 40px;
    width: 100vw;
  }

  .header__close {
    top: 40px;
    right: 40px;
  }

  .header__close .link__icon {
    width: 20px;
    height: 20px;
  }

  .header--mobile {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header--mobile .header__logo-img {
    height: 28px;
  }

  .header__button {
    width: 40px;
    height: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header__button .button__icon {
    margin-right: 0;
  }

  .header__button-blind {
    width: 100%;
  }

  .footer__social {
    margin-top: 60px;
  }

  .footer__logo-text br {
    display: inline-block;
  }

  .tabs--basic {
    padding-top: 16px;
  }

  .tabs--basic .tabs__button-col:first-of-type {
    padding-left: 24px;
  }

  .tabs--basic .tabs__button-col:last-of-type {
    padding-right: 24px;
  }

  .tabs--basic .place-block__top .h2 {
    font-size: 24px;
    line-height: 150%;
  }

  .tabs--padding .tabs__right {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }

  .tabs--padding .tabs__title {
    font-size: 24px;
  }

  .tabs--page .tabs__buttons {
    margin-left: -16px;
    margin-right: -16px;
  }

  .tabs--page .tabs__button-col:first-of-type {
    padding-left: 16px;
  }

  .tabs--page .tabs__button-col:first-of-type:before {
    left: 16px;
  }

  .tabs--page .tabs__button-col:last-of-type {
    padding-right: 16px;
  }

  .tabs--page .tabs__button-col:last-of-type:before {
    right: 16px;
  }

  .tabs--contacts .place-block__top .h2 {
    font-size: 24px;
  }

  .tabs--contacts .place-block__map {
    height: 220px;
  }

  .tabs--contacts .place-block__item .link {
    font-size: 18px;
  }

  .main-banner {
    padding: 24px;
  }

  .main-banner__inner {
    max-width: 90%;
  }

  .main-banner__title {
    font-size: 32px;
  }

  .main-banner__title span {
    margin-top: 16px;
  }
}

@media (max-width: 766.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 479px) {
  .some-text-block p {
    font-size: 16px;
  }

  .section-desc p {
    font-size: 16px;
  }

  h1:not([class]),
  .h1 {
    font-size: 32px;
    line-height: 120%;
  }

  h2:not([class]),
  .h2 {
    font-size: 24px;
  }

  h3:not([class]),
  .h3 {
    font-size: 20px;
  }

  h4:not([class]),
  .h4 {
    font-size: 16px;
  }

  ul:not([class]) li {
    padding-left: 24px;
  }

  ul:not([class]) li:before {
    top: 11px;
    left: 8px;
  }

  ol:not([class]) li {
    padding-left: 24px;
  }

  ol:not([class]) li:before {
    font-size: 16px;
    left: 6px;
    top: 0px;
  }

  p {
    font-size: 16px;
  }

  .content-block > h1 {
    margin-bottom: 8px;
  }

  .content-block > h2 {
    padding-top: 24px;
  }

  .content-block > h3 {
    padding-top: 24px;
  }

  .content-block > p {
    padding-top: 8px;
    margin-bottom: 8px;
  }

  .content-block > ul,
  .content-block > ol {
    padding-top: 8px;
    margin-bottom: 8px;
  }

  .content-block > ul li,
  .content-block > ol li {
    font-size: 16px;
  }

  .content-block blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .content-block__img-block {
    min-height: 274px;
  }

  .content-block__bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .content-block--internal > h1 {
    font-size: 32px;
  }

  .hr {
    height: 68px;
  }

  .text-basic {
    font-size: 16px;
  }

  .text-xs--sm {
    font-size: 14px;
  }

  .text-lg--sm {
    font-size: 16px;
    line-height: 150%;
  }

  .text-xl--md {
    font-size: 18px;
  }

  .text-xl--sm {
    font-size: 16px;
  }

  .section-h1 {
    font-size: 32px;
  }

  .list li {
    padding-left: 24px;
  }

  .list li:before {
    top: 7px;
  }

  .ul li:before {
    top: 7px;
  }

  .ul--md li {
    margin-bottom: 24px;
    padding-left: 40px;
  }

  .ul--md li:before {
    top: 4px;
    left: 4px;
  }

  .blockquote {
    padding: 32px;
  }

  .blockquote > p {
    font-size: 18px;
  }

  .search-block__close {
    margin-left: 16px;
  }

  .search-block__button {
    padding-left: 0;
    padding-right: 0;
    width: 48px;
  }

  .event-card__col:after {
    width: 24px;
    height: 8px;
  }

  .event-card__number {
    font-size: 64px;
    line-height: 71px;
  }

  .event-card--sm .section-title {
    font-size: 32px;
  }

  .event-card--sm {
    padding: 16px 24px;
  }

  .event-card--sm .event-card__bottom > p,
  .event-card--sm .event-card__bottom ul li p {
    font-size: 16px;
  }

  .event-card--sm .event-card__bottom ul li:before {
    top: 9px;
  }

  .event-card--sm .event-card__button {
    font-size: 18px;
    height: 48px;
  }

  .event-card--sm .event-card__button .button__icon {
    width: 20px;
    height: 20px;
  }

  .event-card--sm .event-card__button .button__text {
    margin-left: 12px;
  }

  .event-link {
    padding: 16px;
  }

  .event-link__city {
    font-size: 14px;
  }

  .event-link__col--2 {
    margin-bottom: 16px;
  }

  .event-link__item .link {
    font-size: 16px;
  }

  .event-link--sm {
    padding: 24px;
  }

  .event-link--desktop {
    padding-left: 16px !important;
  }

  .event-link--desktop .event-link__desc p {
    font-size: 18px;
  }

  .event-link--desktop .event-link__user-block .user-block__bottom p {
    font-size: 14px;
  }

  .event-link__numeric-list {
    flex-direction: column;
    gap: 4px;
  }

  .user-block__bottom .text-16 {
    font-size: 14px;
  }

  .place-block__left {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }

  .place-block--md .place-block__left {
    padding: 16px;
  }

  .news-card--lg .news-card__img-wrap {
    height: 180px;
  }

  .accordion-item {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .accordion-item__trigger {
    padding: 14px 14px 14px 44px;
  }

  .accordion-item__icon {
    top: 12px;
    left: 12px;
    width: 24px;
    height: 24px;
  }

  .accordion-item__col--2 {
    margin-left: auto;
  }

  .accordion-item__body {
    margin-top: -2px;
    padding: 0 12px 16px 44px;
  }

  .info-card {
    padding: 16px;
  }

  .info-card__title {
    font-size: 18px;
  }

  .info-card .text-lg--sm {
    font-size: 16px;
  }

  .info-card .list .text-lg--sm {
    font-size: 16px;
  }

  .datepicker .air-datepicker-body--cells {
    min-height: unset;
  }

  .datepicker .air-datepicker-cell {
    height: 46px;
  }

  .link-block {
    padding-bottom: 56px;
  }

  .link-block__desc {
    font-size: 18px;
  }

  .member-card__img {
    width: 104px;
    height: 123px;
  }

  .member-card__desc p {
    font-size: 20px;
  }

  .about-block {
    padding: 24px;
  }

  .about-block__col--2 {
    margin-bottom: 24px;
  }

  .about-block__desc p {
    font-size: 20px;
    line-height: 180%;
  }

  .member-block__ava {
    margin-right: 20px;
  }

  .member-block__ava-img {
    width: 64px;
    height: 64px;
  }

  .member-block__name {
    font-size: 16px;
  }

  .block-search__top {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
  }

  .block-search__item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .info-block {
    padding: 32px 24px 24px;
  }

  .info-block__title {
    font-size: 20px;
  }

  .info-block__user {
    flex-direction: column;
  }

  .info-block__user-name {
    font-size: 20px;
  }

  .error-block {
    padding-top: 60px;
    padding-bottom: 24px;
  }

  .error-block__desc {
    width: 100%;
  }

  .error-block__img {
    max-width: 220px;
  }

  .card-news {
    padding: 16px;
  }

  .card-news__desc p {
    -webkit-line-clamp: 3;
  }

  .news-link__desc p {
    font-size: 16px;
  }

  .news-link--desktop .news-link__desc p {
    font-size: 16px;
  }

  .row-advantages {
    margin-bottom: -12px;
  }

  .row-advantages__col {
    margin-bottom: 12px;
  }

  .advantages-card {
    padding: 16px;
  }

  .advantages-card__img {
    width: 128px;
  }

  .advantages-card__title {
    font-size: 18px;
  }

  .advantages-card__desc p {
    font-size: 16px;
  }

  .school-about {
    padding: 32px 16px;
  }

  .block-info {
    padding: 16px;
  }

  .block-info__user-left {
    margin-right: 16px;
  }

  .block-info__user-ava {
    width: 56px;
    height: 56px;
  }

  .block-info__user-name {
    font-size: 18px;
  }

  .block-info__user-position {
    font-size: 16px;
  }

  .block-info__desc {
    font-size: 16px;
  }

  .nav__item-dropdown {
    padding-top: 0px;
  }

  .nav__link {
    font-size: 16px;
  }

  .header__logo--sm {
    flex-direction: column;
    align-items: flex-start;
  }

  .header__logo--sm .header__logo-img {
    margin-bottom: 16px;
  }

  .header--main {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header__close {
    right: 24px;
  }

  .header__button-blind {
    height: 48px;
  }

  .header__button-blind .button__text {
    font-size: 18px;
  }

  .header__button-blind .button__icon {
    width: 20px;
    height: 20px;
  }

  .footer__blind {
    width: 100%;
  }

  .tabs--basic {
    padding-top: 8px;
  }

  .tabs--basic .tabs__left {
    margin-bottom: 24px !important;
  }

  .tabs--basic .tabs__button-col:first-of-type {
    padding-left: 16px;
  }

  .tabs--basic .tabs__button-col:last-of-type {
    padding-right: 16px;
  }

  .tabs--padding .tabs__right {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }

  .tabs--padding .tabs__title {
    font-size: 20px;
  }

  .tabs--padding .tabs__item .link {
    font-size: 16px;
  }

  .tabs--contacts .place-block__map {
    height: 240px;
  }

  .main-banner__title {
    font-size: 24px;
  }
}

@media (max-width: 478.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media only screen and (max-width: 359px) {
  .user-block__name {
    font-size: 15px;
  }

  .member-card__desc {
    padding-left: 20px;
  }

  .member-card__desc p {
    font-size: 18px;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }

  .fade {
    transition: none;
  }

  .collapsing {
    transition: none;
  }

  .collapsing.collapse-horizontal {
    transition: none;
  }
}

@media (hover: hover) {
  .file-item.is-error:hover .file-item__error {
    opacity: 1;
  }

  .button-tab:hover {
    background-color: #F6F6F6;
    border-color: #F6F6F6;
  }

  .slider-btn:hover {
    background-color: #0D99FF;
  }

  .input.is-error:hover .input__error {
    opacity: 1;
  }

  .news-card--md:hover {
    background-color: #F6F6F6;
  }

  .accordion-item__trigger:hover .accordion-item__trigger-title {
    color: #1873ED;
  }

  .datepicker .air-datepicker-cell:hover {
    color: #1873ED !important;
  }

  .datepicker .air-datepicker-cell:not(.-selected-):hover {
    background-color: transparent !important;
    color: #1873ED !important;
  }

  .nav__item:hover .nav__link .link__icon {
    transform: rotate(180deg);
  }

  .nav__item:hover .nav__item-dropdown {
    opacity: 1;
    pointer-events: auto;
  }

  .tabs-link:hover {
    color: #0C131D;
  }
}
/*# sourceMappingURL=maps/main.css.map */

/* End */


/* Start:/bitrix/templates/rvshom/css/custom.css?17508365895930*/
/*custom css rules - use them if needed*/
.swiper-slide,
.swiper-slide a,
.swiper-slide img {
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.interesting-card__top a {
	color: #0C131D;
	transition: color 0.3s ease;
}
.interesting-card__top a:hover {
	color: #0D99FF;
}
.footer__social {
	position: relative;
}

.link__text--left {
    margin-left: 8px;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 10000;
}

@media only screen and (min-width: 1365px) {
	.sticky-menu {
		width: 100%;;
	}
}
.button_disabled {
	pointer-events: none;
	color: #888D94;
	border: 1px solid #888D94;
	opacity: 0.8;
}
.button_disabled .icon {
	fill: #888D94;
}
.input.is-error.is-focused .input__error {
    opacity: 1;
}
.main-banner {
	box-sizing: border-box;
}
.pagination-graduates {
	min-height: 112px;
	margin-bottom: -135px;
}
@media only screen and (min-width: 767px) {
	.pagination-graduates {
		min-height: 48px;
		margin-bottom: -70px;
	}
}
@media only screen and (max-width: 1278px) {
	.header__menu .nav__item {
		align-items: start;
	}
	.header__menu .nav__item .nav__link {
		min-height: 48px;
		height: auto;
	}
	.header__menu .nav__item .button-square {
		margin-top: 4px;
	}
}
blockquote {
	background: rgba(24, 115, 237, 0.08);
	border-radius: 8px;
	padding: 80px;
	margin: 0;
}

blockquote > p {
	font-weight: 500;
	font-size: 24px;
	line-height: 160%;
}
@media only screen and (max-width: 767px) {
	blockquote {
		padding: 64px 56px;
	}
}
@media only screen and (max-width: 479px) {
	blockquote {
		padding: 32px;
	}
	blockquote > p {
		font-size: 18px;
	}
}
.text-color--green {
	color: #8ac44b !important;
}

.sticky-menu .h4 {
	display: inline-block;
	color: #000;
	transition: color 0.3s ease;
}
.sticky-menu .h4:hover {
	color: #0D99FF;
}
.offer-form__img {
	width: 120px;
	height: 120px;
}


<!-- -->
.desc-foto {
    color: #666;
    font-size: 0.8rem;
    font-style: italic;
    line-height: 1.4;
}
.izdanie-foto {
    margin-right: 20px;
}
.content-block img{
	max-width: 100%;
	height: auto;
}
.hide_for_desc{
	display: none;
}
@media only screen and (max-width: 1278px) {
	.hide_for_desc{
		display: flex;
	}
}

.content-block > picture img {
	width: auto; 
}

.content-block > h1{
	font-size: 48px;
    line-height: 100%;
}

@media only screen and (max-width: 1679px) {	
	.content-block > h1{
		font-size: 40px;
	}
}

@media only screen and (max-width: 1365px) {
	.content-block > h1{
		font-size: 48px;
	}
}

@media only screen and (max-width: 767px) {
	.content-block > h1{
		font-size: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.content-block > h1{
		font-size: 32px;
	}
}
@media only screen and (max-width: 1679px){
	.offer-form__img {
		width: 86px;
		height: 86px;
	}
}

@media only screen and (max-width: 767px){
	.event-card__col:last-of-type {
		align-items: center;
	}
}

.header__logo--sm .header__logo-img{
	filter: none;
}

.header__col--1 .logo-mao{
	filter: brightness(0.7);
}

.header__col--2 a img{
	filter: grayscale(1) brightness(0.7)!important;
}

.header__col--2 a img:hover{
	filter: grayscale(0)!important;
}

.card-news__year{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #888D94;
	margin: 8px 0 0 0;
}

.footer__logo-img{
	height: 48px;
}

@media (min-width: 1365px) {
	.footer__logo-img{
		height: 72px;
	}
}

.no-border{
	border: none;
}

.no-background{
	background: transparent;
}

@media only screen and (max-width: 1679px){
	.header__logo-img {
		height: auto;
	}
}

.header__logo .header__logo-img{
	filter: brightness(0.7);
}

.header__logo .logo-rv{
	filter: brightness(1);
}

.header__logo-img.logo-rv{
	filter: brightness(1);
}

.footer__logo-img.logo-rv{
	filter: brightness(1);
}

.footer__logo img{
	filter: brightness(0.7);
}

.footer_link {
	margin: 0 auto;
}
.footer_link a{
	font-size: 12px;
	padding-right: 30px;
}

/* heroBanner */
.heroBanner__container {
	display: grid;
	grid-template-columns: 1260px 1fr;
	gap: 30px;
}
.heroBanner__slider {
}
.heroBanner {
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(12, 19, 29, 0.80) 0%, rgba(54, 86, 131, 0.80) 100%), #B0BAC6;
	padding: 37px 18px 37px 32px;
}
.heroBanner__pretitle {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
}
.heroBanner__title {
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 26px;
	padding-right: 14px;
}
.heroBanner__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}
.heroBanner__list a {
	display: inline-flex;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
}
.heroBanner__list a::before {
	content: '';
	width: 24px;
	height: auto;
	aspect-ratio: 1;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3e%3cpath fill='%230D99FF' d='M12.5 2.25A9.769 9.769 0 0 1 22.25 12a9.75 9.75 0 0 1-1.644 5.417l-.206.296a9.749 9.749 0 0 1-4.169 3.295l-.336.132a9.75 9.75 0 0 1-4.942.487l-.355-.064a9.75 9.75 0 0 1-4.733-2.418l-.26-.25a9.75 9.75 0 0 1-2.59-4.64l-.078-.353a9.75 9.75 0 0 1 .423-5.298l.132-.335a9.75 9.75 0 0 1 3.295-4.17l.296-.205A9.75 9.75 0 0 1 12.5 2.25Zm-.005 4a5.75 5.75 0 0 0-3.01.854l-.18.115a5.751 5.751 0 0 0-2.033 2.385l-.085.196a5.751 5.751 0 0 0-.327 3.322l.046.208a5.75 5.75 0 0 0 1.528 2.735l.154.149a5.75 5.75 0 0 0 2.79 1.426l.21.037a5.75 5.75 0 0 0 5.693-2.483l.114-.178a5.75 5.75 0 0 0 .855-3.008l-.008-.285a5.768 5.768 0 0 0-1.485-3.577l-.197-.207a5.769 5.769 0 0 0-4.065-1.689Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex: none;
	margin-right: 16px;
}
.heroBanner__btn {
}
.heroBanner__video {
}
/* heroBanner */
/* End */


/* Start:/bitrix/templates/rvshom/css/visota.css?1750107662779*/
.text-lh--180 {
  line-height: 180%;
}

@media only screen and (min-width: 768px) {
  .modal--lg .modal-dialog {
    max-width: 820px;
  }
}
  
.modal--lg .modal-content {
  padding: 56px 64px;
}

@media only screen and (max-width: 1023px) {
  .modal--lg .modal-content {
    padding: 56px 48px;
  }
}
@media only screen and (max-width: 767px) {
  .modal--lg .modal-content {
    padding: 32px 24px;
  }
}

.modal-status-block {
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

}

.modal-status-block__image {
  display: flex;
  width: 92px;
  height: 92px;
  flex-shrink: 0;
}

.modal-status-block__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/* End */
/* /bitrix/templates/rvshom/css/main.css?1687344538352479 */
/* /bitrix/templates/rvshom/css/custom.css?17508365895930 */
/* /bitrix/templates/rvshom/css/visota.css?1750107662779 */
