/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! locomotive-scroll v3.3.9 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/fonts/Inter-Regular.woff2?7c370fde6764d889efe6b54f03cfdd6f) format("woff2"), url(/fonts/Inter-Regular.woff?a252fc44cf11fd602874c8b97bf9fe20) format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url(/fonts/Inter-SemiBold.woff2?d5e2bcf860731fb43a7629f8be653cd3) format("woff2"), url(/fonts/Inter-SemiBold.woff?aaef1fd9d7b68feee4e6b3645c3e142b) format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url(/fonts/Inter-Bold.woff2?d408f7c5830b4a9c6f63159d208b9602) format("woff2"), url(/fonts/Inter-Bold.woff?48a9b7e7e69f61689382a5fbe51e9c0b) format("woff");
}

html {
  display: flex;
  flex-direction: column;
  align-items: center;
}

* {
  box-sizing: border-box;
  line-height: normal;
}

:root {
  --mobile-content-padding: 38px;
  --color-general: #FA2D47;
  --color-text: #212121;
  --color-dark: #202020;
  --color-dark2: #292929;
}

@media (max-width: 350px) {
  :root {
    --mobile-content-padding: 20px;
  }
}

html {
  height: 100%;
}

body {
  width: 1920px;
  font-family: "Inter", Helvetica Neue, Georgia, sanf-serif;
  overflow-x: hidden;
  min-height: 100%;
  overflow-y: auto;
}

@media all and (max-width: 1970px) {
  body {
    width: 100%;
  }
}

@media (max-width: 599px) {
  body {
    width: 100%;
  }

  body.mobile-menu-is-open {
    overflow: hidden;
  }

  body.mobile-menu-is-open .header__inner-content {
    display: flex;
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
    z-index: 1;
  }
}

body.flex {
  display: flex;
  flex-direction: column;
}

a {
  color: #3190FB;
}

img {
  max-width: 100%;
}

.lax {
  transition: transform 1.5s cubic-bezier(0, 0.6, 0.3, 1);
}

.container,
.core-values,
.header-slider__content {
  width: 1170px;
  margin: 0 auto;
}

@media all and (max-width: 1220px) {
  .container,
  .core-values,
  .header-slider__content {
    width: 100%;
    padding: 0 20px;
  }
}

.container.animated,
.animated.core-values,
.animated.header-slider__content {
  opacity: 0;
  transition: 0.5s all linear;
  transform: translate(0, 30px);
}

.container.animated-active,
.animated-active.core-values,
.animated-active.header-slider__content {
  opacity: 1;
  transform: translate(0, 0);
}

.block-title {
  text-align: center;
  color: #212121;
  margin-top: 50px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .block-title {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 599px) {
  .block-title {
    margin-top: 35px;
    padding: 0 var(--mobile-content-padding);
  }
}

.block-title__text {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  margin: 15px 0;
  padding: 0;
}

.block-title__text--small {
  font-size: 33px;
}

@media (max-width: 599px) {
  .block-title__text {
    font-size: 36px;
    margin-bottom: 0;
  }
}

.block-title__subtext {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #9b9b9b;
  max-width: 750px;
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  .block-title__subtext {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

.block-title--type2 .block-title__subtext {
  color: #212121;
  font-weight: normal;
}

.block-title--type-scrolled .block-title__subtext {
  color: #212121;
  font-weight: normal;
  font-size: 16px;
}

.block-title .action-button {
  display: flex;
}

@media (max-width: 599px) {
  .block-title .action-button {
    margin-top: 30px;
  }
}

.block-title .visible {
  opacity: 0.2;
}

.background,
.header-content-banner .background,
.header-content-banner .header-slider__item-background,
.header-slider__item-background,
.footer .header-slider__item-background,
.footer .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: 1;
}

.title {
  font-size: 48px;
  font-weight: bold;
}

@media (max-width: 599px) {
  .title {
    font-size: 44px;
  }
}

@media (max-width: 350px) {
  .title {
    font-size: 38px;
  }
}

.sub-title {
  font-size: 26px;
  font-weight: bold;
}

.heading-bordered {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 3px;
  display: inline-flex;
  border-bottom: 5px #FA2D47 solid;
}

.content-block {
  padding: 120px 0;
}

@media (max-width: 599px) {
  .content-block {
    padding: 50px 30px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0 0 30px 0;
  margin: 0;
  list-style: none;
}

.slick-dots li {
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 0.5);
}

.slick-dots button {
  width: 38px;
  height: 5px;
  background: rgba(0, 0, 0, 0.15);
  border: none;
  font-size: 0;
  outline: none;
  cursor: pointer;
  transition: 0.2s background-color ease-in-out;
}

.scrolled-table-wrapper {
  overflow-x: scroll;
}

.scrolled-table-wrapper table {
  min-width: 1000px;
}

.scrolled-table-wrapper table .form-group {
  margin-bottom: 0;
}

.header {
  position: fixed;
  z-index: 11;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all linear;
}

.header__inner {
  display: flex;
  align-items: center;
  width: 1170px;
  padding: 30px 0;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 599px) {
  .header__inner {
    padding: 25px;
    height: 75px;
    width: 100%;
  }
}

@media (max-width: 350px) {
  .header__inner {
    padding: 15px;
  }
}

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

@media (max-width: 599px) {
  .header__inner-content {
    transform: scale(1.05) translate(0, -100%);
    filter: blur(10px);
    transition: 0.3s all ease-in-out;
    align-items: flex-start;
    background-color: #292929;
    background-image: url(/images/footer-background.png?6dc0e80e78a9627aa99d0544d5fe14d8);
    justify-content: flex-start;
    height: 100vh;
    padding: 35px 25px;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    overflow: auto;
    z-index: -1;
  }
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .header__inner-content {
    padding-top: 20px;
  }
}

.header.scrolled {
  background-color: #292929;
}

.header__nav {
  flex: 1;
}

.header__nav > ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  gap: 10px;
}

@media (max-width: 599px) {
  .header__nav > ul {
    display: block;
  }

  .header__nav > ul li {
    margin-bottom: 30px;
  }
}

@media (max-width: 350px) {
  .header__nav > ul li {
    margin-bottom: 20px;
  }
}

.header__nav li {
  position: relative;
}

.header__nav li.with-dropdown:hover div {
  display: block;
}

.header__nav li span {
  cursor: default;
}

.header__nav li div {
  position: absolute;
  display: none;
  padding-top: 5px;
}

@media (max-width: 599px) {
  .header__nav li div {
    position: static;
    display: block;
  }
}

.header__nav li ul {
  padding: 0;
  margin: 0;
  background: #FA2D47;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid #FA2D47;
  border-radius: 6px;
  padding: 10px;
  border-radius: 5px;
  margin-left: -10px;
}

@media (max-width: 599px) {
  .header__nav li ul {
    margin-left: 0;
    background: transparent;
    border: none;
  }
}

.header__nav li ul li {
  list-style: none;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .header__nav li ul li {
    display: flex;
  }

  .header__nav li ul li:before {
    content: "-";
    margin-right: 10px;
    color: #fff;
    position: relative;
  }
}

.header__nav li ul li:last-child {
  margin-bottom: 0;
}

.header__nav__link {
  display: flex;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  border-bottom: 5px solid transparent;
  text-decoration: none;
  position: relative;
  font-weight: 400;
}

.header__nav__link:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #FA2D47;
  opacity: 0;
}

.header__nav__link--active {
  font-weight: 600;
}

.header__nav__link--active:after,
.header__nav__link:hover:after {
  opacity: 1;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .header__nav__link {
    font-size: 14px;
  }
}

.header__logo-link {
  display: flex;
  margin-right: 40px;
  align-items: center;
  width: 273px;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .header__logo-link {
    margin-right: 20px;
  }

  .header__logo-link img {
    width: 220px;
  }
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .header__logo-link {
    position: absolute;
    top: 15px;
    left: 20px;
  }
}

.header__right-section {
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin-top: -7px;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .header__right-section {
    padding-left: 10px;
  }

  .header__right-section .action-button {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 10px;
  }
}

.header__right-section__nav {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.header__right-section__nav li {
  padding: 0 7px;
}

.header__right-section__nav li:first-child {
  margin-left: 30px;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .header__right-section__nav li:first-child {
    margin-left: 5px;
  }
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .header__right-section__nav li {
    padding: 0 5px;
  }
}

.header__right-section__nav a:hover {
  opacity: 0.7;
}

@media (max-width: 599px) {
  .header__right-section__nav {
    margin: auto 0 0 0;
  }

  .header__right-section__nav li {
    padding: 0;
    margin-right: 30px;
  }

  .header__right-section__nav li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 599px) {
  .header__right-section {
    flex: 1;
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .header__right-section .action-button {
    width: 100%;
    height: 45px;
  }
}

.header__right-section-contacts {
  display: none;
  margin-top: 30px;
}

.header__right-section-contacts__item {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 0;
  display: block;
}

@media (max-width: 599px) {
  .header__right-section-contacts {
    display: block;
  }
}

.header-mobile-button {
  position: absolute;
  top: 28px;
  right: 17px;
  border: none;
  background: transparent;
  outline: none;
  z-index: 5;
  padding: 0;
  display: none;
}

@media (max-width: 599px) {
  .header-mobile-button {
    display: block;
  }
}

.header-mobile-button__inner {
  width: 26px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-mobile-button__inner-line {
  display: block;
  height: 2px;
  border-radius: 5px;
  width: 100%;
  background-color: #fff;
  position: relative;
  transition: 0.2s all linear;
}

.header-mobile-button__inner-line:nth-child(2) {
  transition: 0.2s all linear 0.1s;
}

.header-mobile-button--open .header-mobile-button__inner-line:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.header-mobile-button--open .header-mobile-button__inner-line:nth-child(2) {
  opacity: 0;
  transform: scale(0.7);
}

.header-mobile-button--open .header-mobile-button__inner-line:nth-child(3) {
  transform: rotate(135deg);
  top: -7px;
}

@-webkit-keyframes animateFooterBackground {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animateFooterBackground {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.footer {
  background-color: #292929;
  overflow: hidden;
  margin-top: auto;
}

.footer .background,
.footer .header-slider__item-background {
  background-image: url(/images/footer-background.png?6dc0e80e78a9627aa99d0544d5fe14d8);
  -webkit-animation: animateFooterBackground 25s linear infinite alternate;
          animation: animateFooterBackground 25s linear infinite alternate;
  z-index: 0;
}

@media (max-width: 599px) {
  .footer .background,
  .footer .header-slider__item-background {
    background-size: auto;
  }
}

.footer__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  min-height: 350px;
  background-size: cover;
  overflow: hidden;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .footer__inner {
    padding-left: 50px;
    padding-right: 20px;
  }
}

@media (max-width: 599px) {
  .footer__inner {
    flex-direction: column;
    padding-left: 55px;
    padding-top: 50px;
  }
}

.footer__bottom-line {
  height: 60px;
  background-color: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .footer__bottom-line {
    padding: 0 50px;
  }
}

@media (max-width: 599px) {
  .footer__bottom-line {
    padding: 0 20px;
    text-align: center;
  }
}

.footer__links-block {
  position: relative;
  flex: 1;
  z-index: 0;
}

.footer__links-block__title {
  height: 23px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 599px) {
  .footer__links-block__title:empty {
    display: none;
  }
}

@media (max-width: 599px) {
  .footer__links-block_contacts {
    margin: 30px 0;
  }
}

.footer__links-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__links-block li {
  margin-bottom: 10px;
}

.footer__links-block a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.footer__links-block a:hover {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 599px) {
  .footer__links-block a {
    line-height: 28px;
  }
}

.footer__contacts-text {
  color: rgba(255, 255, 255, 0.5);
  line-height: 23px;
  font-size: 14px;
}

@media (max-width: 599px) {
  .footer__contacts-text {
    line-height: 28px;
  }
}

.footer__logo-link {
  display: inline-block;
  margin-top: 30px;
  filter: grayscale(100);
}

.footer__logo-link img {
  width: 200px;
  height: 32px;
}

@media (max-width: 599px) {
  .footer__logo-link img {
    width: 275px;
    height: 40px;
  }
}

@media (max-width: 350px) {
  .footer__logo-link img {
    width: 220px;
    height: auto;
  }
}

.footer__logo-link:hover {
  transition: 0.3s all linear;
  filter: grayscale(0);
}

.footer-map {
  width: 100%;
  height: 350px;
}

.footer-map .custom-map-popup .mapboxgl-popup-content {
  color: #fff;
  background: #292929;
  padding: 15px 30px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.footer-map .custom-map-popup .mapboxgl-popup-content div {
  line-height: 20px;
}

.footer-map .custom-map-popup .mapboxgl-popup-tip {
  border-top-color: #292929;
}

.no-js .header {
  background-color: #292929;
}

/*!
 * Bootstrap Grid v4.6.0 (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)
 */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.core-values,
.header-slider__content,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container,
  .core-values,
  .header-slider__content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container,
  .core-values,
  .header-slider__content {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .core-values,
  .header-slider__content {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .core-values,
  .header-slider__content {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

  .d-sm-block {
    display: block !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;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

  .d-md-block {
    display: block !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;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

  .d-lg-block {
    display: block !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;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

  .d-xl-block {
    display: block !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;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

  .d-print-block {
    display: block !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;
  }
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-sm-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}

@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-md-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}

@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-lg-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}

@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-xl-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-with-line {
  display: flex;
  border-bottom: 3px solid var(--color-general);
  padding-bottom: 4px;
}

.header-slider {
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
}

.header-slider__item {
  background-color: #000;
  display: flex;
  justify-content: center;
  width: 1920px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  max-height: 900px;
  min-height: 600px;
}

@media (max-width: 599px) {
  .header-slider__item {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .header-slider__item {
    max-height: none;
    height: auto;
    min-height: auto;
    padding-bottom: 100px;
  }
}

.header-slider__item-background {
  opacity: 0.9;
}

.header-slider__content {
  position: relative;
  padding-top: 180px;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 100px;
  z-index: 2;
}

@media all and (max-width: 1320px) {
  .header-slider__content {
    width: 80%;
    margin: 0 auto;
  }
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .header-slider__content {
    font-size: 60px;
  }
}

.header-slider__content span {
  display: block;
  position: relative;
  top: -10px;
  left: 10px;
  transform: translate(0, -10px);
  opacity: 0;
}

@media (max-width: 599px) {
  .header-slider__content {
    padding: 110px 25px 75px;
    width: 100%;
    background-image: linear-gradient(180deg, #212121 0%, rgba(33, 33, 33, 0) 100%);
    max-height: none;
    overflow: hidden;
  }

  .header-slider__content span {
    font-size: 40px;
    line-height: 60px;
    transform: translate(0, 0);
  }

  .header-slider__content .transparent-button,
  .header-slider__content .action-button {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .header-slider__content span {
    font-size: 32px;
    line-height: 46px;
  }
}

@media (max-width: 599px) {
  .header-slider .slick-arrow {
    display: none !important;
  }
}

.header-slider .slick-dots {
  display: none !important;
  transform: translate(0, -100%);
  flex-wrap: wrap;
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 15;
}

@media (max-width: 599px) {
  .header-slider .slick-dots {
    display: flex !important;
  }

  .header-slider .slick-dots button {
    height: 3px;
    background-color: #9C9793;
  }

  .header-slider .slick-dots li.slick-active button {
    background-color: #FA2D47;
  }
}

.no-js .header-slider {
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.no-js .header-slider__item-background {
  opacity: 0;
}

.action-button {
  background: #FA2D47;
  border: none;
  border-radius: 6px;
  padding: 0 18px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  min-width: 240px;
  height: 48px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}

.action-button--small {
  min-width: 0;
  height: 36px;
}

.action-button:hover {
  background-color: #991D32;
}

.transparent-button {
  background: transparent;
  display: inline-flex;
  border-radius: 6px;
  padding: 8px 18px;
  min-width: 200px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 16px;
  height: 48px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
}

.transparent-button:hover {
  opacity: 0.7;
  background: transparent;
}

.transparent-button--active {
  color: #FA2D47;
  border-color: #FA2D47;
}

.transparent-button--small {
  min-width: 0;
  height: 36px;
}

.linear-button {
  background: none;
  color: #FA2D47;
  border: none;
  cursor: pointer;
  outline: none;
}

button {
  outline: none;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.content-slider__slides-wrap {
  background: #f4f4f4;
}

.content-slider__nav {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 599px) {
  .content-slider__nav {
    flex-wrap: wrap;
  }
}

.content-slider__nav-item {
  display: flex;
  border: none;
  margin-bottom: 100px;
  background: transparent;
  height: 100px;
  outline: none;
  padding: 0;
  text-align: left;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content-slider__nav-item:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: #f4f4f4;
  bottom: -175px;
  left: calc(50% - 40px);
  transform: rotate(45deg);
  transition: 0.3s all linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
}

.content-slider__nav-item.active,
.content-slider__nav-item.slick-current {
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content-slider__nav-item.active:after,
.content-slider__nav-item.slick-current:after {
  opacity: 1;
  bottom: -165px;
}

@media (max-width: 599px) {
  .content-slider__nav-item.active:after,
  .content-slider__nav-item.slick-current:after {
    bottom: -100px;
  }
}

.content-slider__nav-item.active .content-slider__nav-item__icon-wrap,
.content-slider__nav-item.slick-current .content-slider__nav-item__icon-wrap {
  opacity: 1;
}

.content-slider__nav-item.slick-slide {
  opacity: 0;
  transition: 0.3s all linear;
}

.content-slider__nav-item.slick-slide.slick-current {
  opacity: 1;
}

.content-slider__nav-item.slick-slide.slick-current + .slick-slide {
  opacity: 1;
}

@media all and (max-height: 950px) {
  .content-slider__nav-item {
    margin-bottom: 20px;
  }

  .content-slider__nav-item:after {
    bottom: -105px;
  }

  .content-slider__nav-item.active:after {
    bottom: -95px;
  }
}

@media all and (max-height: 950px) and (max-width: 1170px) and (min-width: 600px) {
  .content-slider__nav-item {
    margin-bottom: 50px;
  }

  .content-slider__nav-item.active:after {
    bottom: -125px;
  }
}

.content-slider__nav-item__icon-wrap {
  opacity: 1;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .content-slider__nav-item {
    flex: 1;
  }
}

.content-slider__nav-item__inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .content-slider__nav-item__inner {
    flex-direction: column;
    padding: 0 30px;
  }
}

.content-slider__nav-item__icon-wrap {
  margin-right: 30px;
  opacity: 0.3;
  transition: 0.3s all linear;
}

.content-slider__nav-item__icon-wrap img {
  max-height: 100%;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .content-slider__nav-item__icon-wrap {
    margin-bottom: 20px;
    margin-right: 0;
    height: 50px;
  }
}

.content-slider__nav-item__text {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .content-slider__nav-item__text {
    text-align: center;
    font-size: 14px;
  }
}

.content-slider__slides {
  padding: 0;
  margin: 0;
  position: relative;
}

.content-slider__slides .slick-current .content-slider__slides-content__text {
  transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) all 0.3s;
  opacity: 1;
  transform: translate(0, 0) rotateY(0);
}

.content-slider__slides .slick-current .content-slider__slides-content__image-wrap img {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all 0.2s;
}

.content-slider__slides-content {
  padding: 110px 0;
  display: flex;
}

@media (max-width: 599px) {
  .content-slider__slides-content {
    padding: 35px 30px;
    flex-direction: column;
  }
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .content-slider__slides-content {
    padding: 30px 80px;
  }
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .content-slider__slides-content {
    flex-direction: column;
  }
}

.content-slider__slides-content__text-wrap {
  flex: 1;
}

@media (max-width: 599px) {
  .content-slider__slides-content__text-wrap {
    width: 100%;
  }
}

.content-slider__slides-content__title {
  font-size: 33px;
  line-height: 60px;
  font-weight: bold;
  border-bottom: 5px solid #FA2D47;
  margin-bottom: 24px;
}

@media (max-width: 599px) {
  .content-slider__slides-content__title {
    font-size: 24px;
    border-width: 4px;
  }
}

.content-slider__slides-content__text {
  color: #939393;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  opacity: 0;
  transform: rotateY(35deg);
}

.content-slider__slides-content__text p {
  line-height: 32px;
}

.content-slider__slides-content__image-wrap {
  padding-left: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.content-slider__slides-content__image-wrap img {
  opacity: 0;
  max-width: 100%;
  transform: scale(1.1);
}

@media (max-width: 599px) {
  .content-slider__slides-content__image-wrap {
    padding: 0;
  }
}

@media (max-width: 1970px) {
  .content-slider .slick-slider .slick-arrow.slick-prev {
    left: -50px;
  }

  .content-slider .slick-slider .slick-arrow.slick-next {
    left: auto;
    right: -50px;
  }
}

.content-slider .slick-slider .slick-arrow span {
  border-color: #a6a6a6 !important;
}

@media (max-width: 599px) {
  .content-slider .slick-slider .slick-arrow {
    display: none !important;
  }
}

.no-js .content-slider__slides-content__text {
  opacity: 1;
  transform: none;
}

.no-js .content-slider__slides-content__image-wrap {
  opacity: 1;
}

.testimonials-block {
  position: relative;
  overflow: hidden;
}

.testimonials-block .background,
.testimonials-block .header-slider__item-background {
  left: 0;
  right: 0;
  top: -50px;
  bottom: -50px;
  background-color: #000;
  position: absolute;
  background-size: cover;
  z-index: 1;
}

.testimonials-block .container,
.testimonials-block .core-values,
.testimonials-block .header-slider__content {
  position: relative;
  color: #fff;
  z-index: 2;
}

.testimonials-slider {
  list-style: none;
  padding: 70px 0;
  margin: 0;
  position: relative;
  z-index: 20;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .testimonials-slider {
    padding: 30px 0;
  }
}

.testimonials-slider .slick-track {
  display: flex;
  align-items: center;
}

.testimonials-slider .slick-arrow span {
  border-color: #fff;
}

@media (max-width: 599px) {
  .testimonials-slider .slick-arrow.slick-prev {
    left: 0 !important;
  }

  .testimonials-slider .slick-arrow.slick-next {
    right: 0 !important;
  }
}

.testimonials-slider__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .testimonials-slider__item {
    padding: 0 80px;
  }
}

@media (max-width: 599px) {
  .testimonials-slider__item {
    padding: 0 35px;
  }
}

.testimonials-slider__item-image-wrap {
  margin-bottom: 45px;
}

.testimonials-slider__item-image-wrap img {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.testimonials-slider__item-text {
  font-size: 24px;
  text-align: center;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .testimonials-slider__item-text {
    font-size: 18px;
  }
}

@media (max-width: 599px) {
  .testimonials-slider__item-text {
    font-size: 18px;
    line-height: 29px;
  }

  .testimonials-slider__item-text p {
    line-height: 29px;
  }
}

.testimonials-slider p {
  margin-bottom: 0;
}

.no-js .testimonials-slider__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.block-with-background {
  background: #000;
  color: #fff;
  padding: 90px 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 599px) {
  .block-with-background {
    padding: 30px 0;
  }
}

.block-with-background .background,
.block-with-background .header-slider__item-background {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -50px;
  opacity: 0.9;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.block-with-background .container,
.block-with-background .core-values,
.block-with-background .header-slider__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

@media (max-width: 599px) {
  .block-with-background .container,
  .block-with-background .core-values,
  .block-with-background .header-slider__content {
    padding: 0 var(--mobile-content-padding);
  }
}

.block-with-background__title {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

@media (max-width: 599px) {
  .block-with-background__title {
    font-size: 40px;
  }
}

.block-with-background__text {
  max-width: 630px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.block-with-background__text-title {
  font-size: 21px;
  padding: 0;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.block-with-background .action-button {
  margin-top: 50px;
}

.slick-slide {
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 45px;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.3;
  outline: none;
}

.slick-arrow span {
  display: block;
  width: 30px;
  height: 30px;
  border: 4px solid #000000;
  border-right: none;
  border-radius: 4px;
  border-bottom: 0;
  transform: rotate(-45deg);
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-arrow.slick-prev {
  left: -80px;
}

.slick-arrow.slick-next {
  right: -80px;
}

.slick-arrow.slick-next span {
  transform: rotate(135deg) translate(8px, 8px);
}

@media (max-width: 1970px) {
  .slick-slider .slick-arrow {
    z-index: 500;
    opacity: 1;
  }

  .slick-slider .slick-arrow span {
    border-color: #fff !important;
  }

  .slick-slider .slick-arrow.slick-prev {
    left: 30px;
  }

  .slick-slider .slick-arrow.slick-next {
    right: 30px;
  }
}

.header-content-banner {
  background-color: #000;
  overflow: hidden;
  color: #fff;
  padding-top: 180px;
  position: relative;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .header-content-banner {
    padding-left: 100px;
  }
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .header-content-banner {
    padding-left: 30px;
  }
}

@media (max-width: 599px) {
  .header-content-banner {
    padding: 110px 20px 30px 20px;
  }
}

.header-content-banner .background,
.header-content-banner .header-slider__item-background {
  opacity: 0.9;
}

.header-content-banner--size-big {
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .header-content-banner--size-big {
    height: auto;
    min-height: 0;
    padding-bottom: 50px;
  }
}

@media (max-width: 599px) {
  .header-content-banner--size-big {
    height: auto;
    min-height: 0;
  }
}

.header-content-banner__content {
  position: relative;
  z-index: 2;
}

.header-content-banner__title {
  font-size: 60px;
  font-weight: bold;
  margin: 0 0 70px 0;
  padding: 0;
}

@media (max-width: 599px) {
  .header-content-banner__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.header-content-banner__text {
  max-width: 520px;
  font-size: 18px;
  line-height: 32px;
}

.header-content-banner--size-normal {
  padding-top: 110px;
  padding-bottom: 100px;
  text-align: center;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .header-content-banner--size-normal {
    height: auto;
    padding-bottom: 50px;
  }
}

@media (max-width: 599px) {
  .header-content-banner--size-normal {
    text-align: left;
    height: auto;
  }
}

.header-content-banner--size-normal .header-content-banner__title {
  font-size: 48px;
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  .header-content-banner--size-normal .header-content-banner__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.header-content-banner--size-normal .header-content-banner__text {
  max-width: 90%;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 599px) {
  .header-content-banner--size-normal .header-content-banner__text {
    max-width: 100%;
  }
}

.header-content-banner--size-normal .header-content-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 599px) {
  .header-content-banner--size-normal .header-content-banner__content {
    align-items: flex-start;
  }
}

.header-content-banner--size-small {
  padding-top: 90px;
  padding-bottom: 0;
}

.header-content-banner--size-small .header-content-banner__title {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .header-content-banner--size-small .header-content-banner__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.form-group__label {
  min-height: 18px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #08080D;
  margin-bottom: 7px;
  display: block;
}

.input,
.textarea,
select {
  display: flex;
  height: 46px;
  width: 100%;
  align-items: center;
  font-weight: normal;
  padding: 0 10px;
  font-size: 18px;
  line-height: 22px;
  border: 1px solid rgba(8, 8, 13, 0.2);
  border-radius: 4px;
  transition: 0.2s all linear;
  resize: vertical;
  background-repeat: no-repeat;
  max-height: 250px;
}

.input::-moz-placeholder, .textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.33);
}

.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.33);
}

.input::placeholder,
.textarea::placeholder,
select::placeholder {
  color: rgba(0, 0, 0, 0.33);
}

.input:focus,
.textarea:focus,
select:focus {
  outline: none;
  border-color: #3340FF;
}

.input--valid,
.input.parsley-success,
.textarea--valid,
.textarea.parsley-success,
select--valid,
select.parsley-success {
  background-image: url(/images/input-success.svg?442da8f8125facd0a761b3653aca0a95);
  background-position: calc(100% - 15px) center;
  border-color: #4DAC4A;
  padding-right: 45px;
}

.input--error,
.input.parsley-error,
.textarea--error,
.textarea.parsley-error,
select--error,
select.parsley-error {
  border-color: #EC373C;
  background-image: url(/images/input-error.svg?0b9df0dc1eb8f4f933cf630ec93ed582);
  background-position: calc(100% - 15px) center;
  padding-right: 45px;
}

select {
  background-color: #fff;
  background-image: url(/images/select-arrow.svg?2ab4c83fe6ebe8b668be78f16b5deb66);
  background-position: calc(100% - 15px) 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 35px;
}

.parsley-errors-list,
.form-error {
  list-style: none;
  padding: 3px 0;
  margin: 0;
  color: #EC373C;
  font-size: 12px;
}

.parsley-errors-list + .form-error,
.form-error + .form-error {
  display: none;
}

.datepicker {
  position: relative;
  background-image: url(/images/calendar.svg?7eb5d8df18f1c7dfaa7bc8cb01d5ec52);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-right: 45px;
}

.datepicker.small {
  background-image: none;
  font-size: 14px;
  min-width: 100px;
  border: none;
  padding: 0;
}

.textarea {
  height: auto;
  padding: 10px;
  width: 100%;
  min-height: 100px;
}

fieldset {
  margin: 10px 0;
  padding: 10px;
  border-radius: 6px;
  border: 1px #ddd solid;
}

.radio-group {
  margin-bottom: 15px;
  position: relative;
}

.radio-group .parsley-errors-list {
  position: absolute;
}

@media (max-width: 599px) {
  .radio-group label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .radio-group label input {
    margin-right: 10px;
  }
}

.error-alert {
  color: #FF1744;
  padding: 25px 35px;
  background: rgba(255, 23, 68, 0.15);
  border: 1px solid #FA2D47;
  border-radius: 6px;
}

.ui-datepicker {
  background: #FFFFFF;
  box-shadow: 0 0 1px 0 rgba(9, 30, 66, 0.31), 0 4px 8px -2px rgba(9, 30, 66, 0.25);
  border-radius: 3px;
  color: #172B4D;
  width: 330px;
  padding: 15px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 12px;
}

.ui-datepicker .ui-datepicker-header {
  background: #fff;
  border: none;
}

.ui-datepicker .ui-datepicker-title {
  color: #172B4D;
  font-size: 14px;
  display: flex;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  flex: 1;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  margin-left: 3px;
}

.ui-datepicker .ui-datepicker-calendar span {
  text-transform: uppercase;
  color: #6B778C;
  font-size: 11px;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-next .ui-icon,
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url(/images/calendar-next.svg?9ae728bea5f1c5bf358d550416ed8917);
  background-position: center;
  transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  background: #fff;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
  transform: rotate(-90deg);
}

.ui-datepicker td .ui-state-default {
  background: #fff;
  width: 38px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.ui-datepicker td .ui-state-default.ui-state-active {
  color: #FF1744;
  position: relative;
}

.ui-datepicker td .ui-state-default.ui-state-active:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 22px;
  border-radius: 6px;
  background: #FF1744;
  bottom: 3px;
}

.ui-datepicker td .ui-state-default.ui-state-active.ui-state-hover {
  background-color: #fff;
  color: #FF1744;
}

.ui-datepicker td .ui-state-default.ui-state-hover {
  background-color: #42526E;
  border-radius: 3px;
  color: #fff;
}

.ui-datepicker .ui-datepicker td span,
.ui-datepicker .ui-datepicker td a {
  padding: 0;
}

@media (max-width: 599px) {
  .homepage .homepage-top-block-title-wrap .block-title {
    margin-bottom: 20px;
  }
}

.about-us-content {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template: "0 0 0 0";
  transition: 0.3s all linear;
}

@media (max-width: 599px) {
  .about-us-content {
    display: block;
  }
}

.about-page-block-title-wrap .block-title__subtext {
  max-width: 1120px;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .about-page-block-title-wrap {
    padding: 0 50px;
  }
}

.about-page-block-title-wrap.cloned {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 100%;
}

.about-page-block-title-wrap.cloned .block-title,
.about-page-block-title-wrap.cloned .block-title__subtext {
  color: #fff;
}

.about-page-block-title-wrap .block-title {
  margin-bottom: 0;
}

.team-person {
  width: 256px;
  margin-bottom: 45px;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .team-person {
    padding: 10px;
    width: 100%;
  }
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .team-person {
    margin-bottom: 0;
  }
}

@media (max-width: 599px) {
  .team-person {
    margin-right: 20px;
  }
}

.team-person.slick-cloned {
  opacity: 0;
}

.team-person__image {
  width: 100%;
  background: #fff;
  height: 256px;
  overflow: hidden;
}

.team-person__image img {
  width: 100%;
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .team-person__image {
    height: 150px;
  }
}

@media (max-width: 599px) {
  .team-person__image {
    height: auto;
  }
}

.team-person__name-wrap {
  text-align: center;
  padding: 10px 0;
}

.team-person__name {
  font-size: 26px;
  padding: 10px 0;
  font-weight: bold;
  display: block;
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .team-person__name {
    font-size: 18px;
  }
}

.team-person__position {
  color: #747474;
  font-size: 16px;
}

.our-mission-block {
  padding: 130px 0;
  background-size: cover;
  margin-bottom: 50px;
  color: #fff;
  overflow: hidden;
}

@media (max-width: 599px) {
  .our-mission-block {
    padding: 30px 0;
    margin-bottom: 0;
  }
}

.our-mission-block__content {
  display: flex;
  justify-content: center;
}

@media (max-width: 599px) {
  .our-mission-block__content {
    align-items: center;
    flex-direction: column;
  }
}

.our-mission-block__icon-wrap {
  opacity: 0.33;
}

@media (max-width: 599px) {
  .our-mission-block__icon-wrap {
    padding-bottom: 30px;
  }
}

.our-mission-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

@media (max-width: 599px) {
  .our-mission-block ul {
    flex-direction: column;
  }
}

.our-mission-block li {
  max-width: 350px;
  padding-left: 50px;
}

@media (max-width: 599px) {
  .our-mission-block li {
    padding-bottom: 30px;
    padding-left: var(--mobile-content-padding);
    padding-right: 5px;
  }
}

.our-mission-block__content-title {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  .our-mission-block__content-title {
    font-size: 36px;
  }
}

.our-mission-block__content-text {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.core-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.core-values__item {
  display: flex;
  flex: 0 0 33%;
  justify-content: center;
  margin-bottom: 80px;
  text-align: center;
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .core-values__item {
    flex: 0 0 50%;
  }
}

@media (max-width: 599px) {
  .core-values__item {
    flex: 1 0 100%;
  }
}

.core-values__item-image-wrap {
  min-height: 115px;
  display: flex;
}

.core-values__item-inner {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.core-values__item-title {
  font-style: normal;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .core-values__item-title {
    font-size: 21px;
  }
}

.core-values__item-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}

@media (max-width: 599px) {
  .contacts-container {
    padding: 0;
  }
}

.contact-info-block {
  padding: 130px 0;
  display: flex;
}

@media (max-width: 599px) {
  .contact-info-block {
    flex-direction: column;
    padding: 30px 0;
  }
}

.contact-info-block__map {
  flex: 1;
  padding-right: 50px;
  width: 100%;
}

.contact-info-block__map #contactMap {
  background: #ccc;
  width: 100%;
  height: 400px;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .contact-info-block__map {
    padding-right: 20px;
  }
}

@media (max-width: 599px) {
  .contact-info-block__map {
    order: 2;
    padding: 0;
  }
}

.contact-info-block__text-info {
  display: flex;
  flex-direction: column;
}

@media (max-width: 599px) {
  .contact-info-block__text-info {
    order: 1;
    padding: 0 var(--mobile-content-padding) 30px;
  }
}

.contact-info-block__text-info-text {
  font-size: 18px;
  line-height: 32px;
}

.contact-info-block .title {
  border-bottom: 5px solid #FA2D47;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .contact-info-block .title {
    font-size: 28px;
  }
}

@media (max-width: 599px) {
  .contact-info-block .title {
    font-size: 44px;
  }
}

.contact-info-block__socials {
  margin-top: auto;
  display: flex;
}

.contact-info-block__socials a {
  display: flex;
  height: 45px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid transparent;
  margin-right: 10px;
  text-decoration: none;
  color: #212121;
}

.contact-info-block__socials a:last-child {
  margin-right: 0;
}

.contact-info-block__socials a img {
  margin-right: 8px;
}

.contact-info-block__socials a:hover {
  border-color: rgba(255, 23, 68, 0.33);
  box-sizing: border-box;
}

@media (max-width: 599px) {
  .contact-info-block__socials a {
    padding: 0 8px;
    border-color: rgba(255, 23, 68, 0.33);
    box-sizing: border-box;
  }
}

@media (max-width: 599px) {
  .contact-info-block__socials {
    padding-top: 25px;
  }
}

.contact-form-wrap {
  display: flex;
  padding: 110px 0 150px 0;
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .contact-form-wrap {
    flex-direction: column;
  }
}

@media (max-width: 599px) {
  .contact-form-wrap {
    flex-direction: column;
    padding: 0 var(--mobile-content-padding) 0 var(--mobile-content-padding);
  }
}

.contact-form-texts {
  max-width: 400px;
  padding-top: 15px;
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .contact-form-texts {
    order: 1;
    padding-bottom: 50px;
    max-width: none;
  }
}

.contact-form-texts .title {
  border-bottom: 5px solid #FA2D47;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.contact-form-texts__text {
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 599px) {
  .contact-form-texts {
    order: 1;
  }
}

.contact-form {
  flex: 1;
  padding-right: 50px;
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .contact-form {
    order: 2;
  }
}

.contact-form__row {
  display: grid;
  grid-template: "0 0";
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.contact-form__row .form-group {
  margin-bottom: 20px;
}

.contact-form__row:last-of-type {
  display: block;
  margin-bottom: 40px;
}

@media (max-width: 599px) {
  .contact-form__row:last-of-type {
    margin-bottom: 20px;
  }
}

@media (max-width: 599px) {
  .contact-form__row {
    display: block;
  }
}

.contact-form .textarea {
  height: 140px;
}

@media (max-width: 599px) {
  .contact-form {
    order: 2;
    padding: 25px 0;
  }

  .contact-form button[type=submit] {
    width: 100%;
  }
}

.careers-header {
  padding-top: 150px;
  min-height: 800px;
}

@media (max-width: 599px) {
  .careers-header {
    max-height: none;
  }
}

.careers-page .header-content-banner__title {
  font-size: 40px;
  margin-bottom: 15px;
}

.careers-page .header-content-banner__text {
  max-width: 720px;
}

.careers-header__subtitle {
  font-size: 21px;
  margin-bottom: 10px;
}

.careers-header__text {
  font-size: 15px;
  line-height: 28px;
}

.careers-header__buttons {
  padding-top: 20px;
}

.careers-header__buttons .action-button {
  margin-right: 30px;
}

@media (max-width: 599px) {
  .careers-header__buttons .action-button {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

@media (max-width: 599px) {
  .careers-header__buttons {
    text-align: center;
    text-transform: uppercase;
  }

  .careers-header__buttons .transparent-button {
    width: 100%;
    margin: 15px 0;
  }
}

.careers-header__additional-text {
  line-height: normal;
}

.careers-header__additional-text li {
  margin-bottom: 8px;
  font-size: 15px;
}

.careers-header__additional-text-header {
  margin-top: 20px;
}

.careers-info-blocks {
  display: flex;
  padding: 150px 0;
  justify-content: space-between;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .careers-info-blocks {
    padding: 50px 30px;
  }
}

.careers-info-blocks__item {
  max-width: 280px;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .careers-info-blocks__item {
    padding: 0 10px;
  }
}

@media (max-width: 599px) {
  .careers-info-blocks__item {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.careers-info-blocks__item-image {
  min-height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers-info-blocks__item-title {
  font-size: 26px;
  margin-bottom: 15px;
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .careers-info-blocks__item-title {
    font-size: 18px;
  }
}

.careers-info-blocks__item-text {
  color: #212121;
  font-size: 16px;
  line-height: 24px;
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .careers-info-blocks__item-text {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  .careers-info-blocks {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 30px;
  }
}

.careers-apply-info {
  position: relative;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .careers-apply-info {
    padding-left: 50px;
    padding-right: 20px;
  }
}

@media (max-width: 599px) {
  .careers-apply-info .action-button,
  .careers-apply-info .transparent-button {
    width: 100%;
  }
}

.careers-apply-info__inner {
  position: relative;
  z-index: 2;
  min-height: 570px;
  max-width: 740px;
}

.careers-apply-info .background,
.careers-apply-info .header-slider__item-background {
  width: 512px;
  height: 385px;
  z-index: 1;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .careers-apply-info .background,
  .careers-apply-info .header-slider__item-background {
    width: 400px;
    height: 300px;
    right: 50px;
    bottom: 0;
  }
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .careers-apply-info .background,
  .careers-apply-info .header-slider__item-background {
    display: none;
  }
}

@media (max-width: 599px) {
  .careers-apply-info .background,
  .careers-apply-info .header-slider__item-background {
    display: none;
  }
}

.careers-apply-info .title {
  margin-bottom: 20px;
}

.careers-apply-info__text {
  font-size: 18px;
  line-height: 32px;
  color: rgba(33, 33, 33, 0.87);
  margin-bottom: 20px;
}

.careers-apply-info .sub-title {
  margin-bottom: 40px;
}

.careers-apply-info .transparent-button {
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  .careers-apply-info .transparent-button {
    margin-bottom: 20px;
  }
}

.gallery-list {
  margin: 150px 0 215px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 35px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gallery-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.gallery-list a {
  display: block;
  text-decoration: none;
  transition: 0.2s all linear;
}

.gallery-list a:hover {
  transform: scale(0.98);
}

@media (max-width: 599px) {
  .gallery-list {
    margin: 15px 0;
    padding: 0 10px;
    grid-template: "0 0";
    grid-gap: 10px;
  }
}

.gallery-content__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(25% - 20px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gallery-content__item {
    padding: 10px;
  }
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

button.mfp-arrow:after {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-top: 25px;
  opacity: 1;
}

button.mfp-arrow:before {
  width: 8px;
  height: 8px;
  border: 2px solid #FF1744;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  left: 17px;
  top: 13px;
  opacity: 1;
  z-index: 10;
}

button.mfp-arrow:hover {
  opacity: 0.5;
}

button.mfp-arrow.mfp-arrow-left:after {
  left: -10px;
}

button.mfp-arrow.mfp-arrow-left:before {
  width: 8px;
  height: 8px;
  border: 2px solid #FF1744;
  border-left: none;
  border-bottom: none;
  transform: rotate(225deg);
  left: 12px;
  top: 13px;
  opacity: 1;
  z-index: 10;
}

:root {
  --active-label-color: #991D32;
  --label-font-size: 26px;
}

@media (max-width: 599px) {
  :root {
    --active-label-color: #FA2D47;
    --label-font-size: 13px;
  }
}

.quote-request-form-wrapper {
  padding: 80px 0 110px 0;
}

@media all and (max-width: 780px) and (min-width: 600px) {
  .quote-request-form-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 599px) {
  .quote-request-form-wrapper {
    padding: 35px 0;
  }
}

.quote-request-form-wrapper {
  display: flex;
  justify-content: center;
}

.quote-request-form {
  width: 100%;
  max-width: 820px;
}

.quote-request-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding-bottom: 20px;
}

@media (max-width: 599px) {
  .quote-request-form .row {
    display: block;
    padding: 0 var(--mobile-content-padding);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .quote-request-form .row {
    display: flex;
  }

  .quote-request-form .row .form-group {
    flex: 1;
    padding: 0 10px;
  }
}

@media (max-width: 599px) {
  .quote-request-form .form-group {
    margin-bottom: 20px;
  }
}

.quote-request-form .radio-buttons-toggle {
  display: flex;
  margin-bottom: 60px;
  position: relative;
  border-radius: 6px;
  border: 1px solid;
  border-color: #991D32;
  border-color: var(--active-label-color);
  overflow: hidden;
}

@media (max-width: 599px) {
  .quote-request-form .radio-buttons-toggle {
    border: none;
    margin: 0 var(--mobile-content-padding) 25px;
    padding: 2px;
    border-radius: 9px;
    background: rgba(118, 118, 128, 0.12);
  }
}

.quote-request-form .radio-buttons-toggle input {
  position: absolute;
  opacity: 0;
}

.quote-request-form .radio-buttons-toggle input:checked + label {
  background: #991D32;
  background: var(--active-label-color);
  color: #fff;
  font-weight: 600;
}

@media (max-width: 599px) {
  .quote-request-form .radio-buttons-toggle input:checked + label {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 1px 0 rgba(0, 0, 0, 0.04);
  }
}

.quote-request-form .radio-buttons-toggle label {
  flex: 1;
  background-color: #fff;
  display: flex;
  color: var(--active-label-color);
  font-size: var(--label-font-size);
  justify-content: center;
  align-items: center;
  height: 60px;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}

@media (max-width: 599px) {
  .quote-request-form .radio-buttons-toggle label {
    flex: auto;
    background: transparent;
    color: #000000;
    border-radius: 7px;
    height: 40px;
    letter-spacing: -0.08px;
    line-height: 18px;
  }
}

.quote-request-form .textarea-wrap {
  margin-top: 20px;
}

@media (max-width: 599px) {
  .quote-request-form .textarea-wrap {
    padding: 0 var(--mobile-content-padding);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .quote-request-form .textarea-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.quote-request-form__submit-button {
  margin-top: 40px;
}

@media (max-width: 599px) {
  .quote-request-form__submit-button {
    margin: 0;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .quote-request-form__submit-button {
    margin-left: 10px;
  }
}

@media (max-width: 599px) {
  .quote-request-form__submit-button-wrap {
    padding: 0 var(--mobile-content-padding);
  }
}

.quote-request-form.error .quote-request-form__submit-button {
  opacity: 0.5;
}

.tracking-form {
  display: flex;
  position: relative;
  max-width: 600px;
  margin: 50px auto 0;
}

.tracking-form .action-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 60px;
  min-width: 200px;
}

.tracking-form .input {
  height: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px;
}

@media (max-width: 599px) {
  .tracking-form .action-button {
    padding: 0;
    min-width: 50%;
  }
}

@media (max-width: 350px) {
  .tracking-form .action-button {
    font-size: 14px;
    min-width: 0;
    padding: 0 10px;
    line-height: 18px;
    width: 150px;
  }
}

.tracking-data {
  padding: 90px 0;
}

@media (max-width: 599px) {
  .tracking-data {
    padding: 50px 0 0 0;
  }
}

.tracking-data__block {
  flex: 1;
}

@media (max-width: 599px) {
  .tracking-data__block {
    padding-bottom: 40px;
  }
}

.tracking-data__block-title {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 5px solid #FA2D47;
}

@media (max-width: 599px) {
  .tracking-data__block-title {
    font-size: 21px;
  }
}

.tracking-data__block-data {
  padding-top: 35px;
}

.tracking-data__block-data table {
  width: 100%;
}

.tracking-data__block-data table th {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
}

@media (max-width: 599px) {
  .tracking-data__block-data table th {
    font-size: 13px;
    font-weight: 600;
    padding-right: 5px;
    padding-bottom: 10px;
  }
}

.tracking-data__block-data table td {
  padding: 10px 0 0 0;
  font-size: 16px;
}

@media (max-width: 599px) {
  .tracking-data__block-data table td {
    padding-right: 5px;
    font-size: 13px;
  }
}

.tracking-data-row {
  display: flex;
  padding-bottom: 50px;
}

@media all and (max-width: 1170px) and (min-width: 600px) {
  .tracking-data-row {
    padding: 0 20px 50px 20px;
  }
}

@media (max-width: 599px) {
  .tracking-data-row {
    display: block;
    padding: 0 20px 0 20px;
  }
}

.tracking-data-map-container {
  padding-top: 50px;
}

@media (max-width: 599px) {
  .tracking-data-map-container {
    padding-top: 0;
  }
}

.tracking-data-map-container .tracking-map {
  width: 100%;
  height: 530px;
}

@media (max-width: 599px) {
  .tracking-data-map-container .tracking-map {
    max-height: 70vh;
  }
}

.tracking-map-legend {
  height: 115px;
  border-bottom: 1px solid #C6CBD9;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  align-items: center;
}

@media (max-width: 599px) {
  .tracking-map-legend {
    flex-wrap: wrap;
    height: auto;
  }
}

.tracking-map-legend__item {
  display: flex;
  align-items: center;
}

@media (max-width: 599px) {
  .tracking-map-legend__item {
    padding: 20px 25px;
    flex: 0 0 50%;
  }
}

@media (max-width: 350px) {
  .tracking-map-legend__item {
    padding: 20px 15px;
  }
}

.tracking-map-legend__item-text {
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin: 6px 0;
}

@media (max-width: 599px) {
  .tracking-map-legend__item-text {
    margin: 0;
  }
}

.tracking-map-legend__icon {
  width: 15px;
  height: 15px;
  display: flex;
  border-radius: 15px;
  background-color: #FF1744;
  margin-right: 15px;
}

.tracking-map-legend__icon--black {
  background-color: #212121;
}

@media (max-width: 599px) {
  .tracking-map-legend__icon {
    margin-right: 25px;
    flex: 0 0 15px;
  }
}

@media (max-width: 599px) {
  .tracking-map-legend__dots {
    display: flex;
    flex: 1;
  }

  .tracking-map-legend__dots .tracking-map-legend__item-text {
    padding: 20px 25px;
    flex: 0 0 50%;
  }
}

@media (max-width: 350px) {
  .tracking-map-legend__dots .tracking-map-legend__item-text {
    padding: 20px 15px;
    flex: 0 0 50%;
  }
}

.online-application-page {
  padding: 75px 0;
}

@media (max-width: 599px) {
  .online-application-page {
    padding: 10px 0;
  }
}

.online-application-page form {
  padding-top: 60px;
}

@media (max-width: 599px) {
  .online-application-page form {
    padding-top: 0;
  }
}

.online-application-page .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-bottom: 18px;
}

@media (max-width: 599px) {
  .online-application-page .form-row {
    display: block;
    padding-bottom: 0;
  }

  .online-application-page .form-row .form-group {
    margin-bottom: 15px;
  }
}

.online-application-page .submit-wrap {
  display: flex;
  padding-top: 25px;
  justify-content: flex-end;
}

@media (max-width: 599px) {
  .online-application-page .submit-wrap {
    padding-top: 5px;
    justify-content: normal;
  }

  .online-application-page .submit-wrap .action-button {
    width: 100%;
  }
}

.online-application-page-step-2__text-block {
  font-size: 14px;
  line-height: 21px;
}

.online-application-page-step-2__text-block .text {
  padding: 20px 0;
  color: #212121;
  line-height: 21px;
}

.online-application-page-step-2__text-block .text-header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.online-application-page-step-2 .signature-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 599px) {
  .online-application-page-step-2 .signature-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .online-application-page-step-2 .signature-row img {
    width: 100%;
    border: 1px solid #f2f2f2;
    margin: 10px 0;
  }
}

.online-application-page-step-2 .signature-row div {
  color: #08080D;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
}

@media (max-width: 599px) {
  .online-application-page-step-2 .signature-row div {
    text-align: left;
  }
}

.online-application-page-step-2 .signature-row button {
  margin-top: 10px;
}

@media (max-width: 599px) {
  .online-application-page-step-2 .signature-row button {
    margin-bottom: 10px;
  }
}

.online-application-page-step-2 .signature-row span {
  display: block;
  text-align: left;
}

.online-application-page-step-2 .signature-row .username-info {
  margin-top: 10px;
}

.online-application-page-step-2 .signature-row:last-of-type {
  justify-content: flex-end;
  padding-top: 30px;
}

.online-application-page-step-2 .rules-text {
  max-height: 220px;
  overflow: auto;
  margin: 30px 0;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #A6AEBB;
  border-radius: 5px;
  padding: 8px;
  transition: 0.2s all linear;
}

.online-application-page-step-2 .rules-text:focus,
.online-application-page-step-2 .rules-text:hover {
  border-color: #4C9AFF;
  box-shadow: 0 0 0 2px #4C9AFF;
}

.online-application-page-step-2 .rules-approve-text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}

.sign-popup {
  background-color: #fff;
  width: 460px;
  margin: 10px auto;
  padding: 0 20px;
  border-radius: 6px;
  position: relative;
  max-width: 100%;
}

.sign-popup canvas {
  display: block;
  max-width: 100%;
}

.sign-popup header {
  border-bottom: 1px solid rgba(33, 33, 33, 0.23);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.sign-popup header span {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.sign-popup header .close {
  background: none;
  display: flex;
  border: none;
  width: 18px;
  height: 18px;
  position: relative;
}

.sign-popup header .close i {
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.sign-popup header .close i:last-child {
  transform: rotate(90deg);
}

.sign-popup footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
  border-top: 1px solid rgba(33, 33, 33, 0.23);
}

.sign-popup footer button {
  margin-left: 10px;
}

.sign-popup .mfp-close {
  color: #000;
  top: 8px;
  font-size: 30px;
  right: 7px;
  opacity: 1;
}

.sign-popup .mfp-close:hover {
  opacity: 0.7;
}

.success-page {
  padding: 75px 0;
}

@media (max-width: 599px) {
  .success-page {
    padding: 10px 0;
  }
}

.success-page__content {
  display: flex;
  margin-top: 90px;
}

@media (max-width: 599px) {
  .success-page__content {
    flex-direction: column;
    margin-top: 0;
  }
}

.success-page__image {
  width: 461px;
  height: 100%;
  margin-right: 68px;
}

@media all and (max-width: 1200px) {
  .success-page__image {
    width: 300px;
    margin-right: 30px;
  }
}

@media (max-width: 599px) {
  .success-page__image {
    width: 100%;
    margin: 20px 0;
  }
}

.success-page__content-text {
  font-size: 31px;
  color: #08080D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.success-page__content-text .action-button {
  min-width: 0;
  margin-right: auto;
  margin-top: auto;
}

@media (max-width: 599px) {
  .success-page__content-text .action-button {
    margin-top: 25px;
  }
}

.success-page__content-text > div {
  flex: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 599px) {
  .success-page__content-text {
    font-size: 21px;
    padding-bottom: 20px;
  }
}

ul.application-stepper {
  list-style: none;
  padding-left: 0;
}

ul.application-stepper .step.active:before {
  background: #FA2D47 !important;
}

@media (max-width: 599px) {
  ul.application-stepper .step.active .step-content {
    height: auto !important;
  }
}

ul.application-stepper .step.wrong:before {
  background: #FA2D47 !important;
}

ul.application-stepper .step.done:before {
  background: #00875a !important;
}

ul.application-stepper .step .step-title {
  padding-bottom: 18px;
  margin-bottom: 20px;
}

ul.application-stepper .step .step-content .row {
  margin-bottom: 15px;
}

@media (max-width: 599px) {
  ul.application-stepper .step .step-content {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 599px) {
  ul.application-stepper .step:after {
    display: none;
  }
}

.application-for-employment-page p {
  line-height: 1.5;
}

.application-for-employment-page .hidden {
  display: none;
}

.application-for-employment-page .clonable {
  position: relative;
}

.application-for-employment-page .cloned-elements-content {
  position: relative;
}

.application-for-employment-page button.remove-cloned-element {
  position: absolute;
  right: 0;
  bottom: -30px;
  margin-left: auto;
  border: none;
  background: none;
  cursor: pointer;
  color: #FA2D47;
}

.application-for-employment-page section.text-section {
  border: 1px solid #292929;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.application-for-employment-page section.text-section .section-title {
  padding-top: 0;
  margin-top: 5px;
}

.application-for-employment-page table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.application-for-employment-page table th,
.application-for-employment-page table td {
  border: 1px solid #eee;
  padding: 3px;
}

.application-for-employment-page table.text-center th,
.application-for-employment-page table.text-center td {
  text-align: center;
}

.application-for-employment-page .days-table {
  font-size: 14px;
  text-align: center;
}

.application-for-employment-page .days-table input {
  text-align: center;
  border: none;
  font-size: 14px;
}

.application-for-employment-page .days-table th:first-child,
.application-for-employment-page .days-table td:first-child {
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.application-for-employment-page #signButton {
  min-height: 48px;
  height: auto;
}

@media (max-width: 599px) {
  .application-for-employment-page .form-group {
    margin-bottom: 15px;
  }

  .application-for-employment-page .clonable {
    border-top: 1px solid #333;
    padding-top: 15px;
  }
}

@media print {
  .application-for-employment-page-print {
    font-size: 10pt;
  }

  .application-for-employment-page-print input,
  .application-for-employment-page-print select {
    font-size: 11pt !important;
  }

  .application-for-employment-page-print .form-group__label {
    font-size: 9pt;
  }

  .application-for-employment-page-print ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .application-for-employment-page-print .remove-cloned-element,
  .application-for-employment-page-print .clone-element {
    display: none;
  }
}

.application-for-employment-page-print .hide-on-print {
  display: none;
}

.application-for-employment-page-print .step-title,
.application-for-employment-page-print h3,
.application-for-employment-page-print h4 {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px !important;
}

.application-for-employment-page-print h3,
.application-for-employment-page-print h4 {
  font-size: 11pt;
  margin-top: 20px;
  margin-bottom: 20px !important;
}

.application-for-employment-page-print input,
.application-for-employment-page-print select {
  display: flex;
  height: auto;
  padding: 5px 10px;
  width: 100%;
  align-items: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  border: 1px solid #000;
  border-radius: 0;
  background-image: none;
  max-height: 250px;
}

.catalog-list,
.catalog-detail {
  width: min(1200px, 100% - 2rem);
  padding: 80px 0;
  margin-inline: auto;
}

.catalog-list ul,
.catalog-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 599px) {
  .catalog-list,
  .catalog-detail {
    padding-top: 20px;
  }
}

.catalog-list-content {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 24px;
}

@media (max-width: 599px) {
  .catalog-list-content {
    display: block;
  }
}

.catalog-list-content .no-results-block > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.catalog-list-content .no-results-block > div button {
  margin-top: 12px;
}

.catalog-items-list > li {
  margin-bottom: 24px;
}

.catalog-items-list > li:last-child {
  margin-bottom: 0;
}

.catalog-list-item {
  background: whitesmoke;
  display: grid;
  grid-template-columns: 260px 1fr;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

@media (max-width: 599px) {
  .catalog-list-item {
    display: block;
  }
}

.catalog-list-item:hover {
  z-index: 2;
}

.catalog-list-item:hover .catalog-list-item__title {
  border-color: var(--color-general);
}

.catalog-list-item a {
  text-decoration: none;
}

.catalog-list-item a:hover {
  opacity: 0.8;
}

.catalog-list-item img {
  width: 260px;
  min-height: 260px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: left;
     object-position: left;
}

@media (max-width: 599px) {
  .catalog-list-item img {
    width: 100%;
  }
}

.catalog-list-item__title {
  padding: 0 0 8px;
  border-bottom: 2px solid gainsboro;
  margin: 0;
}

.catalog-list-item__title a {
  color: var(--color-text);
}

.catalog-list-item__text-content {
  display: flex;
  flex-direction: column;
  padding: 12px;
  height: 100%;
}

.catalog-list-item footer {
  margin-top: auto;
  display: flex;
  border-top: 1px solid gainsboro;
  padding-top: 12px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 599px) {
  .catalog-list-item footer {
    display: block;
  }

  .catalog-list-item footer .action-button {
    width: 100%;
    margin-top: 10px;
  }
}

.catalog-list-item__price {
  font-size: 22px;
}

.catalog-list-item__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 12px 0 !important;
}

.catalog-list-item__details li {
  margin-bottom: 8px;
}

.catalog-filters {
  position: sticky;
  background: whitesmoke;
  padding: 12px;
  height: auto;
  margin-bottom: auto;
  top: 120px;
}

.catalog-filters__title {
  display: block;
  font-weight: bold;
  font-size: 22px;
  padding: 0 0 8px;
  border-bottom: 2px solid var(--color-general);
  margin-bottom: 24px;
}

.catalog-filters ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.catalog-filters button {
  max-width: 100%;
  width: 100%;
  min-width: 0;
  margin-top: 12px;
}

.catalog-filters .slider-container {
  margin: 20px 0 24px;
}

.catalog-filters .slider-container .form-group__label {
  margin-bottom: 12px;
}

@media (max-width: 599px) {
  .catalog-filters {
    position: static;
    margin-bottom: 20px;
  }
}

.slider-range.ui-widget.ui-widget-content {
  border: none;
  margin: 0 12px;
}

.slider-range.ui-widget.ui-widget-content .ui-slider-handle {
  top: -3px;
}

.slider-range.ui-widget.ui-widget-content .ui-state-focus {
  outline: none;
}

.slider-range.ui-widget.ui-widget-content .ui-state-active {
  background: var(--color-general);
  border: none;
  outline: none;
}

#clearFiltersButton {
  background: none;
  color: var(--color-general);
  border: none;
  cursor: pointer;
  font-size: 14px;
}

#clearFiltersButton:hover {
  text-decoration: underline;
}

.catalog-detail a {
  display: flex;
  color: var(--color-general);
  margin-bottom: 12px;
}

@media (max-width: 599px) {
  .catalog-detail .on-desktop {
    display: none;
  }
}

.catalog-detail .on-mobile {
  display: none;
}

@media (max-width: 599px) {
  .catalog-detail .on-mobile {
    display: block;
  }
}

.catalog-detail-inner {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 24px;
  min-height: 50vh;
}

@media (max-width: 599px) {
  .catalog-detail-inner {
    grid-template-columns: 1fr;
  }
}

.catalog-detail-inner h1 {
  margin-top: 0;
}

.catalog-detail-contacts {
  padding: 12px;
  margin-top: 24px;
}

.catalog-detail-contacts > span {
  font-size: 22px;
  display: block;
  font-weight: bold;
}

.catalog-detail-contacts table {
  width: 100%;
}

.catalog-detail-contacts tr td {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}

.catalog-detail-contacts tr td span {
  display: flex;
  white-space: nowrap;
  margin-right: 4px;
  font-weight: 600;
}

.catalog-detail-contacts tr:last-child td {
  border-bottom: none;
}

.catalog-gallery {
  background: whitesmoke;
}

.info-container {
  padding: 12px;
  background: whitesmoke;
}

ul.info-rows {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 599px) {
  ul.info-rows {
    grid-template-columns: 1fr;
  }
}

ul.info-rows li {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.catalog-detail-description {
  margin-top: 24px;
}

.catalog-detail-description > span {
  display: flex;
  margin-bottom: 12px;
}

.catalog-detail-description ol li,
.catalog-detail-description ul li {
  margin-bottom: 12px;
}
