@import url(https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4 {
  margin: 0; }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section {
  padding-top: 100px; }
  @media (max-width: 1023px) {
    section {
      padding-top: 50px; } }

.mobile-block {
  display: none; }
  @media (max-width: 1439px) {
    .mobile-block {
      display: block; } }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-weight: normal;
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
  color: #525252;
  line-height: 1.3; }

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

.container {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box; }
  .container_big {
    max-width: 1860px; }
  .container_middle {
    max-width: 1200px; }

a {
  text-decoration: none;
  color: black; }

.button {
  text-align: center;
  align-content: center;
  outline: none !important;
  padding: 12px 35px;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  user-select: none;
  transition: .3s;
  position: relative; }
  .button:hover:after {
    opacity: 0; }
  .button:hover:before {
    opacity: 1; }
  .button:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(293.62deg, #1439B0 9.23%, #003284 92.11%);
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: -1; }
  .button:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #1439B0;
    position: absolute;
    transition: .3s;
    z-index: -1; }

img {
  max-width: 100%; }

.container_mid {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box; }

h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 48px;
  color: #333; }
  @media (max-width: 1439px) {
    h1 {
      font-size: 36px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 22px; } }

h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #242424;
  font-size: 50px; }
  @media (max-width: 1439px) {
    h2 {
      font-size: 34px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 22px; } }

h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 36px;
  color: #242424; }
  @media (max-width: 1023px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.005em; }
  @media (max-width: 767px) {
    h4 {
      font-size: 20px; } }

p {
  margin: 0 0 15px 0;
  line-height: 150%; }
  @media (max-width: 767px) {
    p {
      margin-bottom: 7px;
      line-height: 125%; } }
  p:last-child {
    margin-bottom: 0; }

.checkbox-row {
  user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all ease .3s;
  margin: 0;
  color: #C2C2C2;
  font-weight: bold; }

.column {
  display: flex;
  flex-direction: column;
  align-items: start; }

.filter-text {
  font-size: 17px; }
  @media (max-width: 767px) {
    .filter-text {
      font-size: 16px; } }
  .checkbox-row .filter-text {
    color: #7A7A7A; }
  .checkbox-row_inv .filter-text {
    color: #4A4A4A; }
  .radio-row_inv .filter-text {
    color: #4A4A4A; }

input, textarea {
  padding: 8px 16px;
  transition: all ease .3s;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 5px;
  outline: none; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    padding: 0;
    margin: 0; }

.error-input {
  padding-bottom: 33px;
  position: relative; }
  .error-input input {
    border: 1px solid #FF6C6C !important; }
  .error-input:before {
    position: absolute;
    content: 'Введите верные данные!';
    bottom: 0;
    left: 0;
    color: #FF6C6C;
    font-size: 16px; }
    @media (max-width: 767px) {
      .error-input:before {
        font-size: 12px; } }

.checkbox-row .search-text {
  margin: 0;
  cursor: pointer; }

.checkbox {
  position: relative;
  vertical-align: top;
  display: flex;
  align-items: center; }

.checkbox-field {
  display: none; }

.checkbox-field:checked + .checkbox-label:after {
  border-color: #19D1DD;
  animation: check .5s; }

.checkbox-field:checked + .checkbox-label {
  background: transparent;
  border: 1px solid #444444; }

.checkbox-label {
  width: 25px;
  height: 25px;
  transition: background-color .3s, border-color .3s;
  backface-visibility: hidden;
  will-change: background-color, border-color;
  display: block;
  margin-right: 10px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #444444;
  background: #FFFFFF; }

.checkbox-label:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 7px;
  height: 9px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  content: "";
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top; }

@keyframes check {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 1px;
    height: 2px; }
  50% {
    width: 3px;
    height: 5px; } }

.radio-row {
  user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all ease .3s;
  margin: 0;
  color: #C2C2C2; }

.filter-text {
  font-size: 18px;
  color: black;
  font-weight: 400; }
  @media (max-width: 767px) {
    .filter-text {
      font-size: 16px; } }
  .radio-row_inv .filter-text {
    color: #FFFFFF; }

.radio-row .search-text {
  margin: 0;
  cursor: pointer; }

.radio {
  position: relative;
  vertical-align: top;
  display: flex;
  align-items: center; }

.radio-field {
  display: none; }

.radio-field:checked + .radio-label:after {
  background-color: #FC4C02; }

.radio-field:checked + .radio-label {
  border-color: #E4E4E4;
  background-color: #F7F8FA; }

.radio-label {
  width: 24px;
  height: 24px;
  transition: background-color .3s, border-color .3s;
  backface-visibility: hidden;
  will-change: background-color, border-color;
  display: block;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  background-color: white; }

.radio-label:after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 50%;
  background-color: transparent;
  transition: background-color ease .3s; }

#mobile-menu-button {
  width: 31px;
  height: 20px;
  padding: 5px;
  margin-left: 48px;
  box-sizing: content-box;
  position: relative;
  cursor: pointer;
  min-width: 0;
  display: none; }
  @media (max-width: 1300px) {
    #mobile-menu-button {
      display: block;
      position: relative;
      z-index: 14; } }
  @media (max-width: 767px) {
    #mobile-menu-button {
      width: 20px;
      height: 14px;
      margin-left: 24px; } }

.mobile-menu_open {
  overflow: hidden !important; }

#mobile-menu-button span:after,
#mobile-menu-button span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 100% !important; }
  @media (max-width: 767px) {
    #mobile-menu-button span:after,
    #mobile-menu-button span:before {
      top: -6px; } }
  .mobile-menu-open #mobile-menu-button span:after, .mobile-menu-open
  #mobile-menu-button span:before {
    top: -9px; }

#mobile-menu-button span:after {
  top: 9px; }
  @media (max-width: 767px) {
    #mobile-menu-button span:after {
      top: 6px; } }
  .mobile-menu-open #mobile-menu-button span:after {
    top: 9px; }

#mobile-menu-button span {
  position: absolute;
  display: block;
  top: 50%; }

#mobile-menu-button span,
#mobile-menu-button span:after,
#mobile-menu-button span:before {
  width: calc(100% - 10px);
  height: 3px;
  background-color: #000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 16px; }
  @media (max-width: 767px) {
    #mobile-menu-button span,
    #mobile-menu-button span:after,
    #mobile-menu-button span:before {
      height: 2px; } }

/* on activation */
.mobile-menu-open #mobile-menu-button span,
.mobile-menu-open #mobile-menu-button span:after,
.mobile-menu-open #mobile-menu-button span:before {
  background-color: #000; }

.mobile-menu-open #mobile-menu-button span {
  background-color: transparent; }

.mobile-menu-open #mobile-menu-button span:before {
  transform: rotate(45deg) translate(5px, 5px); }

.mobile-menu-open #mobile-menu-button span:after {
  transform: rotate(-45deg) translate(7px, -8px); }

.mobile-menu-open #mobile-menu-button + #menu {
  opacity: 1;
  visibility: visible; }

.mobile-menu {
  position: fixed;
  top: 0;
  padding: 20px 20px 40px 20px;
  left: -300px;
  overflow-y: auto;
  width: 100%;
  max-width: 466px;
  background: #fff;
  z-index: 10;
  transition: .3s;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 4px 12px #0000000a;
  user-select: none; }
  .mobile-menu_open .mobile-menu {
    visibility: visible;
    opacity: 1;
    left: 0; }
  .mobile-menu__item {
    margin-bottom: 14px; }
  .mobile-menu__title {
    font-size: 18px; }
    .mobile-menu__title:hover {
      cursor: pointer; }
  .mobile-menu__sub {
    display: none; }
    .mobile-menu__sub-item {
      display: block;
      font-size: 15px;
      margin-bottom: 8px;
      transition: .3s; }
      .mobile-menu__sub-item:hover {
        transform: translateX(-10px); }
      .mobile-menu__sub-item:first-child {
        margin-top: 10px; }

.mobile-menu-open .mobile-menu {
  visibility: visible;
  opacity: 1;
  right: 0; }

.submenu-action.active .arrow:after {
  transform: rotate(180deg); }

.popup-open {
  overflow: hidden; }

header {
  padding: 25px 0 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: .3s; }

.header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header__logo {
    width: 290px; }
    @media (max-width: 1439px) {
      .header__logo {
        width: 160px; } }
  .header__mm-button {
    transition: .3s;
    display: none; }
    @media (max-width: 1439px) {
      .header__mm-button {
        display: block; } }
    .header__mm-button:hover {
      transform: scale(1.1);
      cursor: pointer; }
  .header__right {
    display: flex;
    flex-direction: column; }
  .header__left {
    margin-right: 40px;
    display: flex;
    align-items: center; }
  .header__mm-button {
    margin-right: 30px; }
  .header__top {
    display: flex;
    margin-left: auto;
    margin-bottom: 20px;
    align-items: center; }
    .header__top .header__lang {
      display: none; }
      @media (max-width: 1439px) {
        .header__top .header__lang {
          display: block; } }
    @media (max-width: 1439px) {
      .header__top {
        margin-bottom: 0; } }
  .header__bottom {
    display: flex;
    position: relative; }
    @media (max-width: 1439px) {
      .header__bottom {
        display: none; } }
  .header__number {
    color: #fff;
    display: flex;
    align-items: center;
    transition: .3s;
    margin-right: 20px; }
    @media (max-width: 1439px) {
      .header__number {
        display: none; } }
    .header__number svg {
      transition: .3s;
      color: #fff; }
    .header__number:hover {
      cursor: pointer;
      transform: scale(1.1); }
    .header__number span {
      margin-left: 13px; }
  .header__button {
    margin-left: 20px;
    border: 1px solid #003285;
    max-width: 215px;
    justify-content: center; }
    @media (max-width: 1439px) {
      .header__button {
        font-size: 14px;
        padding: 9px 20px; } }
    @media (max-width: 767px) {
      .header__button {
        display: none; } }
    .header__button-lk {
      margin-left: 20px;
      padding: 12px 23px;
      color: #fff;
      font-size: 17px;
      font-weight: 500;
      display: flex;
      align-items: center;
      border: 1px solid #fff;
      transition: .3s;
      max-width: 215px;
      justify-content: center; }
      .header__button-lk:hover {
        background: #1439B0;
        border-color: #1439B0; }
      .header__button-lk span {
        margin-left: 12px; }
      .header__button-lk svg {
        transition: .3s;
        color: #fff; }
      @media (max-width: 1439px) {
        .header__button-lk {
          font-size: 14px;
          padding: 9px 20px; } }
      @media (max-width: 767px) {
        .header__button-lk {
          display: none; } }
  .header__link {
    margin-right: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    display: flex;
    align-items: center;
    opacity: 1;
    visibility: visible; }
    .search-open .header__link {
      opacity: 0;
      visibility: hidden; }
    .header__link:hover {
      transform: scale(1.07);
      cursor: pointer; }
  .header__search {
    padding-left: 50px;
    margin-left: auto;
    transition: .3s; }
    .header__search:hover {
      cursor: pointer;
      transform: scale(1.1); }
    .header__search-closed {
      position: absolute;
      top: 10px;
      right: 117px; }
    .header__search-input {
      position: absolute;
      width: 97%;
      left: 0;
      height: 34px;
      top: -6px;
      padding-right: 80px;
      transition: .3s;
      opacity: 0;
      visibility: hidden; }
      .search-open .header__search-input {
        opacity: 1;
        visibility: visible; }
      .header__search-input input {
        padding: 8px 16px;
        border-radius: 10px;
        border: 1px solid #1439B0;
        width: 97%; }
  .header__lang {
    margin-left: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 20px; }
    .header__lang a {
      transition: .3s; }
      .header__lang a:hover {
        transform: scale(1.1); }
  .header__close {
    position: absolute;
    top: 30px;
    right: 28px; }

.header__link.dropdown:hover svg {
  transform: rotate(180deg);
  transition: .3S; }

.dropdown {
  position: relative; }
  @media (max-width: 767px) {
    .dropdown {
      display: none; } }
  .dropdown svg {
    transition: .3s;
    margin-left: 7px; }
  .dropdown:hover .dropdown__items-wrap {
    visibility: visible;
    opacity: 1; }
  .dropdown__items {
    padding: 15px 20px;
    background: #F7F9FA;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-width: 230px;
    width: max-content;
    position: absolute;
    top: 40px;
    left: 0px; }
    .dropdown__items a {
      color: #3a4145;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 25px; }
      .dropdown__items a:last-child {
        margin-bottom: 0; }
    .dropdown__items-wrap {
      transition: .3s;
      padding-top: 40px;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: 0; }
  .dropdown.header__lang .dropdown__items-wrap {
    left: -30px; }

.header__dropdown-title svg {
  margin-left: 10px;
  transition: .3s; }

.header__dropdown-items {
  display: none; }

.dropdown-open svg {
  transform: rotate(180deg); }

.header__bottom.mobile-block {
  margin-top: 36px;
  margin-bottom: 40px;
  display: none; }
  @media (max-width: 1439px) {
    .header__bottom.mobile-block {
      display: flex; }
      .header__bottom.mobile-block .header__search-input {
        position: relative;
        visibility: visible;
        opacity: 1; } }
  .header__bottom.mobile-block .header__lang {
    color: #000;
    top: 6px; }
  .header__bottom.mobile-block .header__search-input {
    height: 52px;
    padding-right: 0; }
    .header__bottom.mobile-block .header__search-input input {
      border-color: #A8B4CC;
      transition: .3s;
      height: 100%; }
      .header__bottom.mobile-block .header__search-input input:focus {
        border-color: #1439B0; }
  .header__bottom.mobile-block .header__search-closed {
    right: 30px;
    top: 16px;
    transition: .3s; }
    .header__bottom.mobile-block .header__search-closed:hover {
      cursor: pointer;
      transform: scale(1.05); }

.header__mm-link {
  display: block;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  color: #333333 !important; }
  .header__mm-link .header__dropdown-item {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    display: block;
    color: #333333 !important; }
    .header__mm-link .header__dropdown-item:first-child {
      margin-top: 30px; }
    .header__mm-link .header__dropdown-items {
      padding-left: 40px; }

.menu-menu__content {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .menu-menu__content .footer__social {
    padding-top: 20px;
    margin: auto -15px 0 -15px; }
  .menu-menu__content .footer__icon {
    border-color: #333333; }
    .menu-menu__content .footer__icon svg {
      color: #333333; }

.header__link.dropdown span {
  display: flex;
  align-items: center; }

.header__link.dropdown a {
  transition: .3s; }
  .header__link.dropdown a:hover {
    transform: translateX(10px); }

.logo-search {
  display: none; }

.search-open .header__link, .header-white .header__link {
  color: #333333; }

.search-open header, .header-white header {
  background: #fff; }

.search-open .header__logo img, .header-white .header__logo img {
  display: none; }

.search-open .header__logo .logo-search, .header-white .header__logo .logo-search {
  display: block; }

.search-open .header__number, .header-white .header__number {
  color: #183976; }
  .search-open .header__number svg, .header-white .header__number svg {
    color: #183976; }

.search-open .header__button-lk, .header-white .header__button-lk {
  color: #193975;
  border: 1px solid #C0C0C0; }
  .search-open .header__button-lk svg, .header-white .header__button-lk svg {
    color: #193975; }
  .search-open .header__button-lk:hover, .header-white .header__button-lk:hover {
    color: #fff; }
    .search-open .header__button-lk:hover svg, .header-white .header__button-lk:hover svg {
      color: #ffffff; }

.search-open .header__search svg, .header-white .header__search svg {
  color: #333333; }

.search-open .header__lang, .header-white .header__lang {
  color: #333333; }

.header__search svg {
  transition: .3s;
  color: white; }

.header__search-closed {
  transition: .3s; }
  .header__search-closed:hover {
    cursor: pointer;
    transform: scale(1.1); }

.header__number:first-child {
  margin-right: 30px; }

@media (max-width: 767px) {
  .header__lang.dropdown {
    display: none; } }

@media (max-width: 767px) {
  .header__lang.dropdown.mobile-block {
    display: block; } }

.header__number .dropdown:hover svg {
  transform: none !important; }

.header__number.dropdown {
  display: none; }
  .header__number.dropdown.active .dropdown__items-wrap {
    visibility: visible;
    opacity: 1;
    left: -140px; }
  .header__number.dropdown svg:hover {
    transform: scale(1.1) !important;
    color: #fff !important; }
  @media (max-width: 1439px) {
    .header__number.dropdown {
      display: block;
      margin-right: 0;
      position: relative;
      top: 3px; }
      .header__number.dropdown .header__number {
        display: block; }
      .header__number.dropdown .dropdown__items-wrap {
        left: -140px; }
      .header__number.dropdown .header__number {
        margin-left: 0;
        margin-right: 0; }
        .header__number.dropdown .header__number span {
          margin-left: 0;
          margin-right: 0; } }

.pal-range--animate.pal-active .pal-range__section--total {
  border-radius: 0px 8px 8px 0px; }
  @media (max-width: 1439px) {
    .pal-range--animate.pal-active .pal-range__section--total {
      border-radius: 8px; } }

.header__mm-logo {
  color: white;
  max-width: 360px; }

.header-white .header__mm-logo {
  color: black;
  width: max-content; }

.search-open .header__search {
  z-index: -1; }
  .search-open .header__search svg {
    color: #1439B0; }

.header__mm-button svg {
  color: white; }

.header-white .header__mm-button svg {
  color: black; }

.header__lang.active .dropdown__items-wrap {
  visibility: visible;
  opacity: 1;
  left: -30px; }

@media (max-width: 767px) {
  .header__number .dropdown__items {
    left: -20px; }
    .header__number .dropdown__items span {
      white-space: nowrap; } }

footer {
  overflow: hidden;
  background: #0C255F; }

.footer {
  display: flex;
  padding: 40px 0 70px 0;
  color: #fff;
  justify-content: space-between;
  margin: 0 -15px; }
  @media (max-width: 1439px) {
    .footer {
      flex-wrap: wrap;
      padding: 40px 0; } }
  .footer a, .footer div {
    color: #fff; }
  .footer__col {
    margin: 0 15px;
    display: flex;
    flex-direction: column; }
    .footer__col:first-child {
      max-width: 350px; }
    @media (max-width: 1439px) {
      .footer__col {
        width: 100%;
        margin-bottom: 35px; }
        .footer__col:first-child {
          margin-top: 40px;
          order: 1;
          margin-bottom: 0;
          justify-content: space-between;
          flex-direction: row;
          max-width: none; } }
    @media (max-width: 767px) {
      .footer__col:first-child {
        flex-direction: column; } }
    .footer__col a {
      font-size: 12px; }
  .footer__link {
    font-size: 12px; }
  .footer__logo {
    margin-bottom: 25px; }
  .footer__address {
    margin-bottom: 16px; }
  .footer__sl {
    margin-bottom: 16px; }
  .footer__phones {
    margin: 0 -8px 25px -8px;
    display: flex; }
  .footer__phone {
    margin: 0 8px;
    transition: .3s; }
    .footer__phone:hover {
      transform: scale(1.1); }
  .footer__social {
    display: flex;
    margin: 0 -15px 30px -15px; }
  .footer__icon {
    margin: 0 15px;
    height: 32px;
    border: 1px solid #FFFFFF;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 32px;
    transition: .3s; }
    .footer__icon svg {
      transition: .3s; }
    .footer__icon:hover {
      background: #fff;
      cursor: pointer; }
      .footer__icon:hover svg {
        color: #08266A; }
  .footer__title {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px; }
    .footer__title svg {
      transition: .3s; }
    .footer__title.active svg {
      transform: rotate(180deg); }
    @media (max-width: 1439px) {
      .footer__title {
        font-size: 16px; } }
    .footer__title svg {
      margin-left: 20px;
      display: none; }
      @media (max-width: 1439px) {
        .footer__title svg {
          display: block; } }
  .footer__links {
    display: flex;
    flex-direction: column; }
    @media (max-width: 1439px) {
      .footer__links {
        display: none; } }
  .footer__link {
    font-weight: 400;
    margin-top: 16px;
    transition: .3s; }
    .footer__link:hover {
      cursor: pointer;
      transition: .3s; }
    .footer__link_bold {
      font-weight: 700;
      font-size: 14px; }
  @media (max-width: 1439px) {
    .footer__top {
      margin-right: 40px; } }

.wrapper {
  position: relative; }

.swiper-wrapper {
  width: 100%; }

.main__bottom-wrap {
  position: relative;
  overflow: hidden; }

.main__slider {
  overflow: hidden;
  width: 100%; }
  .main__slider .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: #EFEFEF !important;
    opacity: 1 !important;
    margin: 0px 7px !important; }
    @media (max-width: 767px) {
      .main__slider .swiper-pagination-bullet {
        display: none; } }
  .main__slider .swiper-pagination-bullet-active {
    background: #1439B0 !important; }
  .main__slider .swiper-pagination {
    position: absolute !important;
    z-index: 10 !important;
    transform: rotate(90deg) !important;
    left: 0 !important;
    width: max-content !important;
    margin-bottom: 110px !important; }

.main .swiper-slide {
  width: 100%; }

.main__bg {
  position: relative;
  font-size: 0; }
  .main__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .main__bg:before {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(19, 46, 99, 0.6) 0%, rgba(255, 255, 255, 0) 116.5%); }

.bottom__slider {
  max-width: 670px;
  position: absolute !important;
  bottom: 0;
  right: 0; }
  .bottom__slider .swiper {
    padding: 0 15px; }
  @media (max-width: 1439px) {
    .bottom__slider {
      max-width: 477px; } }
  @media (max-width: 767px) {
    .bottom__slider {
      max-width: none;
      width: 100%; } }
  .bottom__slider-content {
    width: 100%;
    display: flex; }
    .bottom__slider-content a {
      margin-top: 36px;
      font-size: 20px;
      font-weight: 600;
      position: relative;
      z-index: 2;
      border: 2px solid #FFFFFF;
      background: transparent;
      padding: 10px 50px; }
      @media (max-width: 1439px) {
        .bottom__slider-content a {
          padding: 12px 46px;
          margin-top: 20px;
          font-size: 18px; } }
      @media (max-width: 767px) {
        .bottom__slider-content a {
          font-size: 14px;
          padding: 9px 30px;
          margin-top: 13px; } }
      .bottom__slider-content a:after {
        display: none; }
      .bottom__slider-content a:hover {
        border-color: #1439af; }
    .bottom__slider-content .span {
      position: relative;
      z-index: 2;
      display: block;
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #fff; }
      @media (max-width: 1439px) {
        .bottom__slider-content .span {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .bottom__slider-content .span {
          font-size: 22px; } }
      .bottom__slider-content .span:last-child {
        margin-bottom: 0; }

.swiper-button-prev, .swiper-button-next {
  display: block !important;
  position: absolute;
  bottom: 10px; }
  .swiper-button-prev:after, .swiper-button-prev:before, .swiper-button-next:after, .swiper-button-next:before {
    display: none; }

.swiper-button-next {
  bottom: 10px !important; }

.swiper-button-prev {
  bottom: 10px !important; }

.main__bottom {
  display: flex;
  align-items: center; }
  @media (max-width: 1439px) {
    .main__bottom {
      align-items: stretch; } }
  @media (max-width: 767px) {
    .main__bottom {
      flex-direction: column-reverse; } }
  .main__bottom-items {
    display: flex;
    margin: 0px -15px 0 -15px; }
    @media (max-width: 1439px) {
      .main__bottom-items {
        flex-direction: column;
        margin: 14px -15px 0 -15px;
        width: 100%; } }
    @media (max-width: 767px) {
      .main__bottom-items {
        margin: 10px 0 0 0; } }
  .main__bottom-item {
    overflow: hidden;
    align-items: center;
    text-align: center;
    margin: 0 15px;
    border: 1px solid #A8B4CC;
    border-radius: 10px;
    padding: 30px 15px;
    width: 33.33%;
    position: relative;
    transition: .3s;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .main__bottom-item {
        margin: 0; } }
    .main__bottom-item:hover .main__bottom-item-line:before {
      background: #0c255f; }
    .main__bottom-item:hover .main__bottom-item-line:after {
      background: #fff; }
    .main__bottom-item-top {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 1439px) {
        .main__bottom-item-top {
          flex-direction: row;
          width: 100%; } }
    .main__bottom-item-line {
      width: 100%;
      margin-top: auto;
      padding-top: 10px;
      position: relative; }
      @media (max-width: 1439px) {
        .main__bottom-item-line {
          margin-top: 10px;
          width: calc(100% - 60px);
          margin-left: auto; } }
      .main__bottom-item-line:after {
        content: '';
        width: 100%;
        height: 8px;
        background: #0c255f;
        position: absolute;
        border-radius: 5px;
        bottom: -6px;
        left: 0;
        transition: .3s; }
        @media (max-width: 1439px) {
          .main__bottom-item-line:after {
            bottom: 1px; } }
      .main__bottom-item-line:before {
        content: '';
        width: 100%;
        height: 3px;
        bottom: 0px;
        left: 0;
        background: #fff;
        position: absolute;
        z-index: 1;
        transition: .3s; }
        @media (max-width: 1439px) {
          .main__bottom-item-line:before {
            bottom: 6px; } }
    .main__bottom-item span {
      font-size: 18px;
      font-weight: 500; }
      @media (max-width: 1439px) {
        .main__bottom-item span {
          width: calc(100% - 50px);
          margin-left: auto; } }
    @media (max-width: 1439px) {
      .main__bottom-item {
        flex-direction: column;
        margin-bottom: 7px;
        width: 100%;
        padding: 6px 20px; }
        .main__bottom-item svg {
          width: 50px;
          margin-right: 12px;
          height: 50px; } }
    .main__bottom-item:hover {
      background: #08266A;
      color: #fff;
      cursor: pointer; }
      .main__bottom-item:hover svg {
        color: #fff; }
  .main__bottom-left {
    width: 50%;
    margin-right: 40px; }
    @media (max-width: 1439px) {
      .main__bottom-left {
        width: 40%;
        margin-right: 20px;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .main__bottom-left {
        width: 100%;
        margin: 0; } }
  .main__bottom-right {
    width: 50%;
    position: relative; }
    @media (max-width: 1439px) {
      .main__bottom-right {
        width: 60%; } }
    @media (max-width: 767px) {
      .main__bottom-right {
        position: static;
        max-width: none;
        margin: 0 -15px;
        width: 100vw; } }
  .main__bottom-links {
    display: flex;
    flex-direction: column;
    padding: 40px 0px 40px 60px; }
    @media (max-width: 1439px) {
      .main__bottom-links {
        padding: 16px 0px 16px 25px; } }
    @media (max-width: 767px) {
      .main__bottom-links {
        padding: 22px 15px 22px 15px;
        background: linear-gradient(291.42deg, #0C255F 9.12%, #143C7E 91.99%);
        backdrop-filter: blur(10px); } }
  .main__bottom-link {
    padding-bottom: 18px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #A8B4CC; }
    .main__bottom-link span {
      transition: .3s; }
    .main__bottom-link svg {
      color: #A8B4CC; }
    .main__bottom-link:hover span {
      transform: translateX(4px); }
    .main__bottom-link:hover svg {
      transform: scale(1.14);
      color: #fff; }
    .main__bottom-link svg {
      transition: .3s;
      color: #A8B4CC; }
    @media (max-width: 1439px) {
      .main__bottom-link {
        font-size: 16px;
        margin-bottom: 22px;
        padding-bottom: 22px; } }
    @media (max-width: 767px) {
      .main__bottom-link {
        margin-bottom: 18px;
        padding-bottom: 18px;
        justify-content: space-between; } }
    .main__bottom-link:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .main__bottom-link span {
      margin-right: 20px; }

.leasing-items {
  padding-bottom: 110px;
  margin-top: 90px;
  position: relative; }
  @media (max-width: 1439px) {
    .leasing-items {
      margin-top: 70px; } }
  @media (max-width: 767px) {
    .leasing-items {
      margin-top: 47px; } }
  .leasing-items-wrap {
    overflow: hidden; }
  .leasing-items__title {
    margin-bottom: 60px;
    user-select: none; }
    @media (max-width: 1439px) {
      .leasing-items__title {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .leasing-items__title {
        margin-bottom: 20px; } }
  .leasing-items .swiper-button-prev, .leasing-items .swiper-button-next {
    width: 43px;
    height: 43px;
    left: auto;
    opacity: 1 !important;
    position: absolute;
    border-radius: 50%;
    display: flex !important;
    padding: 10px;
    justify-content: center;
    align-items: center;
    top: 40px;
    background: #08266A;
    transition: .3s; }
    .leasing-items .swiper-button-prev:hover, .leasing-items .swiper-button-next:hover {
      background: rgba(15, 57, 150, 0.81); }
    @media (max-width: 1439px) {
      .leasing-items .swiper-button-prev, .leasing-items .swiper-button-next {
        top: 30px; } }
    @media (max-width: 767px) {
      .leasing-items .swiper-button-prev, .leasing-items .swiper-button-next {
        top: 60px;
        display: none !important; } }
  .leasing-items .swiper-pagination {
    bottom: 30px !important; }
    @media (max-width: 767px) {
      .leasing-items .swiper-pagination {
        bottom: 50px !important; } }
  .leasing-items .swiper-button-next {
    right: 5px;
    transform: rotate(180deg); }
    @media (max-width: 767px) {
      .leasing-items .swiper-button-next {
        right: auto;
        left: 61px; } }
  .leasing-items .swiper-button-prev {
    right: 65px; }
    @media (max-width: 767px) {
      .leasing-items .swiper-button-prev {
        right: auto;
        left: 0px; } }
  .leasing-items .swiper-pagination-bullet-active {
    background: #0C255F; }

.leasing-item {
  position: relative;
  display: block;
  transition: .3s; }
  .leasing-item__img {
    overflow: hidden; }
  .leasing-item img {
    transition: 1.7s; }
  .leasing-item:hover {
    cursor: pointer; }
    .leasing-item:hover img {
      transform: scale(1.05); }
  .leasing-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .leasing-item span {
    background: linear-gradient(291.42deg, #0C255F 9.12%, #143C7E 91.99%);
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-size: 26px;
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 16px;
    transform: translate(-50%, 50%);
    filter: drop-shadow(0px 4px 16px rgba(2, 0, 91, 0.16));
    width: 92%;
    text-align: center; }
    @media (max-width: 1439px) {
      .leasing-item span {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .leasing-item span {
        font-size: 18px;
        padding: 8px 16px; } }

.work {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1439px) {
    .work {
      flex-direction: column-reverse;
      margin-bottom: 0; } }
  .work-wrap {
    background-image: url(/static/img/work-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media (max-width: 767px) {
      .work-wrap {
        background: none; } }
  .work__title {
    margin-top: 60px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .work__title {
        margin-top: 0;
        margin-bottom: 20px; } }
  .work__right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0 -15px; }
    @media (max-width: 1439px) {
      .work__right {
        width: 100%;
        margin-bottom: 80px; } }
    @media (max-width: 767px) {
      .work__right {
        margin-bottom: 60px; } }
    .work__right-item {
      width: calc(50% - 30px);
      margin: 0 15px;
      display: flex;
      flex-direction: column;
      text-align: center; }
      .work__right-item > div {
        color: #254480; }
    .work__right-item {
      height: 50%;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .work__right-item {
          width: 100%;
          flex-direction: row;
          justify-content: flex-start; } }
      .work__right-item > div {
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: 500; }
        .work__right-item > div:last-child {
          color: #333333; }
  .work__left {
    width: 50%;
    max-width: 470px; }
    @media (max-width: 1439px) {
      .work__left {
        width: 100%;
        max-width: none; } }
    .work__left-item {
      display: flex;
      width: 100%;
      align-items: center;
      border-bottom: 1px solid #7A85A0;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      .work__left-item:hover {
        cursor: pointer; }
        .work__left-item:hover span {
          color: #0C255F; }
        .work__left-item:hover svg {
          transform: scale(1.14);
          color: #0C255F; }
      .work__left-item svg {
        transition: .3s;
        color: #A8B4CC; }
      @media (max-width: 767px) {
        .work__left-item {
          padding-bottom: 17px;
          margin-bottom: 20px; } }
      .work__left-item:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px; }
      .work__left-item span {
        font-size: 28px;
        color: #333333;
        margin-right: 20px; }
        @media (max-width: 767px) {
          .work__left-item span {
            font-size: 18px; } }
  .work__number {
    font-size: 96px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .work__number {
        font-size: 56px; } }
  .work__item-left {
    font-size: 64px; }
    @media (max-width: 767px) {
      .work__item-left {
        font-size: 24px; } }
  .work__item-age {
    font-size: 40px; }
    @media (max-width: 767px) {
      .work__item-age {
        font-size: 24px; } }
  .work__item-number {
    font-size: 44px; }
    @media (max-width: 767px) {
      .work__item-number {
        font-size: 26px; } }

.news {
  margin-top: 100px;
  margin-bottom: 90px; }
  @media (max-width: 1439px) {
    .news {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .news {
      margin-top: 70px;
      margin-bottom: 40px; } }
  .news__all {
    font-size: 32px;
    color: black;
    transition: .3s; }
    .news__all:hover {
      color: #08266A; }
    .news__all svg {
      transition: .3s;
      margin-left: 14px; }
    .news__all:hover {
      cursor: pointer; }
      .news__all:hover svg {
        transform: scale(1.06); }
    @media (max-width: 1439px) {
      .news__all {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .news__all {
        font-size: 16px; } }
  .news__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px; }
    @media (max-width: 1439px) {
      .news__head {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .news__head {
        margin-bottom: 24px; } }
  .news__content {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1139px) {
      .news__content {
        flex-direction: column; } }
  .news__left {
    margin-right: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 40px; }
    .news__left:hover img {
      transform: scale(1.1); }
    @media (max-width: 1139px) {
      .news__left {
        width: 100%;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .news__left {
        padding: 40px 20px 16px 20px; } }
    .news__left-text {
      margin-top: auto;
      color: #fff;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 30px; }
      @media (max-width: 1139px) {
        .news__left-text {
          font-size: 28px;
          padding-top: 180px; } }
      @media (max-width: 767px) {
        .news__left-text {
          font-size: 16px;
          margin-bottom: 12px; } }
    .news__left-date {
      font-size: 24px;
      font-weight: 500;
      color: #dbdbdb; }
      @media (max-width: 1139px) {
        .news__left-date {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .news__left-date {
          font-size: 12px; } }
  @media (max-width: 1139px) {
    .news__right {
      width: 100%; } }
  .news__item {
    padding: 20px 20px 50px 20px;
    border-bottom: 1px solid #7A85A0;
    display: flex;
    transition: .3s; }
    .news__item:hover {
      background: rgba(10, 43, 119, 0.06); }
    .news__item:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    @media (max-width: 1139px) {
      .news__item {
        padding-bottom: 20px; } }
    @media (max-width: 1139px) {
      .news__item {
        padding-bottom: 16px;
        margin-bottom: 16px; } }
    .news__item-left {
      width: 250px;
      display: none; }
      @media (max-width: 1139px) {
        .news__item-left {
          display: block; } }
      @media (max-width: 767px) {
        .news__item-left {
          display: none; } }
    .news__item-img {
      overflow: hidden;
      margin-right: 30px;
      height: 100%; }
      .news__item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 1.7s; }
    .news__item-title {
      font-size: 24px;
      color: #333333;
      margin-bottom: 15px; }
      @media (max-width: 1439px) {
        .news__item-title {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .news__item-title {
          font-size: 16px; } }
    .news__item-date {
      font-size: 18px;
      font-weight: 500;
      color: #979797; }
      @media (max-width: 1439px) {
        .news__item-date {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .news__item-date {
          font-size: 12px; } }
  .news__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .news__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 1.7s; }

.work__item-text {
  height: 60%; }
  @media (max-width: 767px) {
    .work__item-text {
      margin-left: 30px;
      width: auto;
      text-align: left;
      font-size: 12px !important; } }

.work__item--left {
  height: 40%;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .work__item--left {
      width: 40%;
      margin-bottom: 0; } }

@media (max-width: 767px) {
  .work__item-text {
    width: 60%; } }

.footer__links a {
  display: block; }
  .footer__links a:hover {
    transform: translateX(-10px); }

.swiper__navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 670px;
  height: 10px; }
  @media (max-width: 1439px) {
    .swiper__navigation {
      max-width: 477px; } }
  @media (max-width: 767px) {
    .swiper__navigation {
      max-width: none; } }
  .swiper__navigation .swiper-button-prev {
    transform: rotate(180deg);
    top: -46px;
    left: auto;
    right: 240px;
    transition: .3s; }
    .swiper__navigation .swiper-button-prev:hover {
      transform: rotate(180deg) scale(1.06); }
    @media (max-width: 1919px) {
      .swiper__navigation .swiper-button-prev {
        right: 140px; } }
    @media (max-width: 767px) {
      .swiper__navigation .swiper-button-prev {
        top: -30px;
        right: 80px; }
        .swiper__navigation .swiper-button-prev svg {
          width: 40px; } }
  .swiper__navigation .swiper-button-next {
    right: 100px;
    top: -42px;
    transition: .3s; }
    .swiper__navigation .swiper-button-next:hover {
      transform: scale(1.06); }
    @media (max-width: 1919px) {
      .swiper__navigation .swiper-button-next {
        right: 50px; } }
    @media (max-width: 767px) {
      .swiper__navigation .swiper-button-next {
        right: 30px;
        top: -26px; }
        .swiper__navigation .swiper-button-next svg {
          width: 40px; } }

.calc {
  overflow: hidden; }

.button-top {
  background: #08266A !important;
  width: 100%;
  color: #fff;
  transition: .3s; }

.button-top::after {
  display: none; }

.button-top::before {
  display: none; }

.button-top:hover {
  background: #0a318c !important; }

.button-bot {
  width: 100%;
  transition: .3s;
  border: 1px solid transparent !important; }

.button-bot:hover {
  border: 1px solid #08266A !important; }

::-webkit-scrollbar {
  height: 5px !important;
  width: 6px !important;
  background-color: #F5F5F5 !important;
  border-radius: 30px !important; }

::-webkit-scrollbar-thumb {
  height: 5px !important;
  width: 6px !important;
  border-radius: 30px !important;
  background: #08266A !important; }

.pal-tabs__nav {
  padding-bottom: 10px !important; }

.pal-tabs__slider {
  bottom: 10px !important; }

.main__bottom-back {
  background: linear-gradient(291.42deg, #0C255F 9.12%, #143C7E 91.99%);
  backdrop-filter: blur(10px);
  width: 70vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  @media (max-width: 767px) {
    .main__bottom-back {
      display: none; } }

.bottom__slider-back {
  background: rgba(10, 42, 109, 0.4);
  backdrop-filter: blur(5px);
  width: 70vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  @media (max-width: 767px) {
    .bottom__slider-back {
      left: -15px;
      width: 100vw; } }

.bottom__slider-content-left {
  width: 50%;
  margin-right: 40px; }
  @media (max-width: 1439px) {
    .bottom__slider-content-left {
      margin-right: 20px;
      width: 40%; } }
  @media (max-width: 767px) {
    .bottom__slider-content-left {
      display: none; } }

.bottom__slider-content-right {
  width: 50%;
  padding: 40px 0px 40px 60px;
  position: relative; }
  @media (max-width: 1439px) {
    .bottom__slider-content-right {
      padding: 40px 25px 30px 25px;
      width: 60%; } }
  @media (max-width: 767px) {
    .bottom__slider-content-right {
      padding: 25px 16px 20px 16px;
      width: 100%; } }

.main__slider {
  height: 600px; }
  @media (max-width: 1023px) {
    .main__slider {
      height: 450px; } }
  .main__slider .swiper-slide {
    align-items: flex-end;
    display: flex; }



/* Slider */
  
  /*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
  
  .irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial,sans-serif;
  }
  
  .irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
  }
  
  .irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
  }
  
  .irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
  }
  
  .irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
  }
  
  .irs-handle.type_last {
    z-index: 2;
  }
  
  .irs-min,
  .irs-max {
    position: absolute;
    display: block;
    cursor: default;
  }
  
  .irs-min {
    left: 0;
  }
  
  .irs-max {
    right: 0;
  }
  
  .irs-from,
  .irs-to,
  .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
  }
  
  .irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
  }
  
  .irs-with-grid .irs-grid {
    display: block;
  }
  
  .irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
  }
  
  .irs-grid-pol.small {
    height: 4px;
  }
  
  .irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
  }
  
  .irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0,0,0,0);
    z-index: 2;
  }
  
  .lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
  }
  
  .irs-disabled {
    opacity: .4;
  }
  
  .irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
  }
  
  .irs--flat {
    height: 40px;
  }
  
  .irs--flat.irs-with-grid {
    height: 60px;
  }
  
  .irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px;
  }
  
  .irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565;
  }
  
  .irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px;
  }
  
  .irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9;
  }
  
  .irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent;
  }
  
  .irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453;
  }
  
  .irs--flat .irs-handle.state_hover>i:first-child,
  .irs--flat .irs-handle:hover>i:first-child {
    background-color: #a43540;
  }
  
  .irs--flat .irs-min,
  .irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px;
  }
  
  .irs--flat .irs-from,
  .irs--flat .irs-to,
  .irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px;
  }
  
  .irs--flat .irs-from:before,
  .irs--flat .irs-to:before,
  .irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
  }
  
  .irs--flat .irs-grid-pol {
    background-color: #e1e4e9;
  }
  
  .irs--flat .irs-grid-text {
    color: #999;
  }
  
  .irs--big {
    height: 55px;
  }
  
  .irs--big.irs-with-grid {
    height: 70px;
  }
  
  .irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: white;
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px;
  }
  @media (max-width: 1439px) {
    .parts-row.parts-md.parts-space-xl.parts-nowrap.parts-collapse-md{
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
    }
    .parts-row.parts-md.parts-space-xl.parts-nowrap.parts-collapse-md .col{
      margin-left: 15px;
  width: auto!important;
  min-width: auto!important;
    }
  }
  .irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
  }
  
  .irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px;
  }
  
  .irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66,139,202,0.5);
  }
  
  .irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;
    border-radius: 30px;
  }
  
  .irs--big .irs-handle.state_hover,
  .irs--big .irs-handle:hover {
    border-color: rgba(0,0,0,0.45);
    background-color: #939ba7;
    background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
  }
  
  .irs--big .irs-min,
  .irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px;
  }
  
  .irs--big .irs-from,
  .irs--big .irs-to,
  .irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px;
  }
  
  .irs--big .irs-grid-pol {
    background-color: #428bca;
  }
  
  .irs--big .irs-grid-text {
    color: #428bca;
  }
  
  .irs--modern {
    height: 55px;
  }
  
  .irs--modern.irs-with-grid {
    height: 55px;
  }
  
  .irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px;
  }
  
  .irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
  }
  
  .irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px;
  }
  
  .irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209,214,224,0.5);
  }
  
  .irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    border-radius: 0 0 3px 3px;
  }
  
  .irs--modern .irs-handle>i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    transform: rotate(45deg);
  }
  
  .irs--modern .irs-handle>i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px;
  }
  
  .irs--modern .irs-handle>i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1;
  }
  
  .irs--modern .irs-handle.state_hover,
  .irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  }
  
  .irs--modern .irs-handle.state_hover>i:nth-child(1),
  .irs--modern .irs-handle:hover>i:nth-child(1) {
    border-color: #7685a2;
  }
  
  .irs--modern .irs-handle.state_hover>i:nth-child(3),
  .irs--modern .irs-handle:hover>i:nth-child(3) {
    border-color: #48536a;
  }
  
  .irs--modern .irs-min,
  .irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    background-color: #d1d6e0;
    border-radius: 5px;
  }
  
  .irs--modern .irs-from,
  .irs--modern .irs-to,
  .irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: white;
    border-radius: 5px;
  }
  
  .irs--modern .irs-from:before,
  .irs--modern .irs-to:before,
  .irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426;
  }
  
  .irs--modern .irs-grid {
    height: 25px;
  }
  
  .irs--modern .irs-grid-pol {
    background-color: #dedede;
  }
  
  .irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px;
  }
  
  .irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1;
  }
  
  .irs--sharp.irs-with-grid {
    height: 57px;
  }
  
  .irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px;
  }
  
  .irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa;
  }
  
  .irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px;
  }
  
  .irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0,0,0,0.5);
  }
  
  .irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2;
  }
  
  .irs--sharp .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2;
  }
  
  .irs--sharp .irs-handle.state_hover,
  .irs--sharp .irs-handle:hover {
    background-color: black;
  }
  
  .irs--sharp .irs-handle.state_hover>i:first-child,
  .irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: black;
  }
  
  .irs--sharp .irs-min,
  .irs--sharp .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    background-color: #a804b2;
    border-radius: 2px;
  }
  
  .irs--sharp .irs-from,
  .irs--sharp .irs-to,
  .irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: white;
    border-radius: 2px;
  }
  
  .irs--sharp .irs-from:before,
  .irs--sharp .irs-to:before,
  .irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2;
  }
  
  .irs--sharp .irs-grid {
    height: 25px;
  }
  
  .irs--sharp .irs-grid-pol {
    background-color: #dedede;
  }
  
  .irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px;
  }
  
  .irs--round {
    height: 50px;
  }
  
  .irs--round.irs-with-grid {
    height: 65px;
  }
  
  .irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px;
  }
  
  .irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa;
  }
  
  .irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px;
  }
  
  .irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222,228,236,0.5);
  }
  
  .irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0,0,255,0.3);
  }
  
  .irs--round .irs-handle.state_hover,
  .irs--round .irs-handle:hover {
    background-color: #f0f6ff;
  }
  
  .irs--round .irs-min,
  .irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 4px;
  }
  
  .irs--round .irs-from,
  .irs--round .irs-to,
  .irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px;
  }
  
  .irs--round .irs-from:before,
  .irs--round .irs-to:before,
  .irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa;
  }
  
  .irs--round .irs-grid {
    height: 25px;
  }
  
  .irs--round .irs-grid-pol {
    background-color: #dedede;
  }
  
  .irs--round .irs-grid-text {
    color: silver;
    font-size: 13px;
  }
  
  .irs--square {
    height: 50px;
  }
  
  .irs--square.irs-with-grid {
    height: 60px;
  }
  
  .irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede;
  }
  
  .irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black;
  }
  
  .irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede;
  }
  
  .irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: white;
    transform: rotate(45deg);
  }
  
  .irs--square .irs-handle.state_hover,
  .irs--square .irs-handle:hover {
    background-color: #f0f6ff;
  }
  
  .irs--square .irs-min,
  .irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0,0,0,0.1);
  }
  
  .irs--square .irs-from,
  .irs--square .irs-to,
  .irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: black;
    color: white;
  }
  
  .irs--square .irs-grid {
    height: 25px;
  }
  
  .irs--square .irs-grid-pol {
    background-color: #dedede;
  }
  
  .irs--square .irs-grid-text {
    color: silver;
    font-size: 11px;
  }
  
  .datepicker--cells {
    display: flex;
    flex-wrap: wrap;
  }
  
  .datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
  }
  
  .fullsize-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
  
  .fullsize-x {
    position: absolute;
    left: 0;
    right: 0;
  }
  
  .fullsize-y {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  
  .fullsize-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .fullsize-fixed-left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
  }
  
  .fullsize-fixed-right {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
  }
  
  .fullsize-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
  }
  
  .fullsize-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
  
  .fullsize-fixed-x {
    position: fixed;
    left: 0;
    right: 0;
  }
  
  .fullsize-fixed-y {
    position: fixed;
    top: 0;
    bottom: 0;
  }
  
  .fullsize-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .opacity-0 {
    opacity: 0;
  }
  
  .opacity-1 {
    opacity: 0.1;
  }
  
  .opacity-2 {
    opacity: 0.2;
  }
  
  .opacity-3 {
    opacity: 0.3;
  }
  
  .opacity-4 {
    opacity: 0.4;
  }
  
  .opacity-5 {
    opacity: 0.5;
  }
  
  .opacity-6 {
    opacity: 0.6;
  }
  
  .opacity-7 {
    opacity: 0.7;
  }
  
  .opacity-8 {
    opacity: 0.8;
  }
  
  .opacity-9 {
    opacity: 0.9;
  }
  
  .opacity-10 {
    opacity: 1;
  }
  
  .position-static {
    position: static;
  }
  
  .position-relative {
    position: relative;
  }
  
  .position-absolute {
    position: absolute;
  }
  
  .position-fixed {
    position: fixed;
  }
  
  .visible {
    opacity: 1;
    pointer-events: all;
  }
  
  .touch-device .visible-touch {
    opacity: 1;
    pointer-events: all;
  }
  
  .visible-active.pal-active {
    opacity: 1;
    pointer-events: all;
  }
  
  .touch-device .visible-touch {
    opacity: 1;
    pointer-events: all;
  }
  
  .visible-active.pal-active {
    opacity: 1;
    pointer-events: all;
  }
  
  .touch-device .visible-touch {
    opacity: 1;
    pointer-events: all;
  }
  
  .visible-active.pal-active {
    opacity: 1;
    pointer-events: all;
  }
  
  .touch-device .visible-touch {
    opacity: 1;
    pointer-events: all;
  }
  
  .visible-active.pal-active {
    opacity: 1;
    pointer-events: all;
  }
  
  .touch-device .visible-touch {
    opacity: 1;
    pointer-events: all;
  }
  
  .visible-active.pal-active {
    opacity: 1;
    pointer-events: all;
  }
  
  .invisible {
    opacity: 0;
    pointer-events: none;
  }
  
  .touch-device .invisible-touch {
    opacity: 0;
    pointer-events: none;
  }
  
  .invisible-active.pal-active {
    opacity: 0;
    pointer-events: none;
  }
  
  .touch-device .invisible-touch {
    opacity: 0;
    pointer-events: none;
  }
  
  .invisible-active.pal-active {
    opacity: 0;
    pointer-events: none;
  }
  
  .touch-device .invisible-touch {
    opacity: 0;
    pointer-events: none;
  }
  
  .invisible-active.pal-active {
    opacity: 0;
    pointer-events: none;
  }
  
  .touch-device .invisible-touch {
    opacity: 0;
    pointer-events: none;
  }
  
  .invisible-active.pal-active {
    opacity: 0;
    pointer-events: none;
  }
  
  .touch-device .invisible-touch {
    opacity: 0;
    pointer-events: none;
  }
  
  .invisible-active.pal-active {
    opacity: 0;
    pointer-events: none;
  }
  
  .touch-device .hide-touch {
    display: none !important;
  }
  
  .hide-active.pal-active {
    display: none !important;
  }
  
  .show-xl {
    display: none !important;
  }
  
  .show-lg {
    display: none !important;
  }
  
  .show-md {
    display: none !important;
  }
  
  .show-sm {
    display: none !important;
  }
  
  .show-xs {
    display: none !important;
  }
  
  .touch-device .show-touch {
    display: block !important;
  }
  
  .show-active.pal-active {
    display: block !important;
  }
  
  .overflow-visible {
    overflow: visible;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .pal-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    width: 100%;
    max-width: 1113px;
  }
  
  .pal-container--sm {
    max-width: 578px;
  }
  
  .pal-container--md {
    max-width: 816px;
  }
  
  .pal-container--lg {
    max-width: 1323px;
  }
  
  .pal-container--xl {
    max-width: 1364px;
  }
  
  .pal-container--fullsize {
    max-width: none;
  }
  
  .pal-container--compact {
    padding-left: 0;
    padding-right: 0;
  }
  
  .pal-container--scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .parts-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .parts-auto > .col {
    flex: 1;
    width: auto !important;
    max-width: 100%;
    min-width: auto;
  }
  
  .parts-nowrap {
    flex-wrap: nowrap;
  }
  
  .parts-center {
    justify-content: center;
  }
  
  .parts-center > .col {
    margin-left: 0;
    margin-right: 0;
  }
  
  .parts-right {
    justify-content: flex-end;
  }
  
  .parts-left {
    justify-content: flex-start;
  }
  
  .parts-justify {
    justify-content: space-between;
    flex-grow: 1;
  }
  
  .parts-justify > .col {
    max-width: 100%;
  }
  
  .parts-md {
    align-items: center;
  }
  
  .parts-md.parts-stretch {
    align-items: stretch;
  }
  
  .parts-md.parts-stretch > .col > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .parts-bottom {
    align-items: flex-end;
  }
  
  .parts-top {
    align-items: flex-start;
  }
  
  .parts-stretch > .col {
    display: flex;
    flex-direction: column;
    align-content: stretch;
  }
  
  .parts-stretch > .col > * {
    flex-grow: 1;
  }
  
  .parts-row > .part-left {
    margin-right: auto;
    margin-left: 0;
    align-items: flex-start;
  }
  
  .parts-row > .part-right {
    margin-left: auto;
    margin-right: 0;
    align-items: flex-end;
  }
  
  .parts-row > .part-auto {
    flex-grow: 1 !important;
    min-width: none;
    max-width: 100%;
  }
  
  .parts-row > .part-md {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .parts-row > .part-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .parts-row > .part-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  
  .parts-2 > .col {
    width: 50%;
    min-width: 50%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  
  .parts-3 > .col {
    width: 33.333333333333336%;
    min-width: 33.333333333333336%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  
  .parts-4 > .col {
    width: 25%;
    min-width: 25%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  
  .parts-5 > .col {
    width: 20%;
    min-width: 20%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  
  .parts-6 > .col {
    width: 16.666666666666668%;
    min-width: 16.666666666666668%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  
  .parts-8 > .col {
    width: 12.5%;
    min-width: 12.5%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  
  .parts-10 > .col {
    width: 10%;
    min-width: 10%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  
  .parts-12 > .col {
    width: 8.333333333333334%;
    min-width: 8.333333333333334%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  
  .parts-13 > .col {
    width: 7.692307692307693%;
    min-width: 7.692307692307693%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  
  .parts-2 > .part-2 {
    width: 100%;
    min-width: 100%;
  }
  
  .parts-3 > .part-2 {
    width: 66.66666666666667%;
    min-width: 66.66666666666667%;
  }
  
  .parts-4 > .part-2 {
    width: 50%;
    min-width: 50%;
  }
  
  .parts-5 > .part-2 {
    width: 40%;
    min-width: 40%;
  }
  
  .parts-6 > .part-2 {
    width: 33.333333333333336%;
    min-width: 33.333333333333336%;
  }
  
  .parts-3 > .part-3 {
    width: 100%;
    min-width: 100%;
  }
  
  .parts-4 > .part-3 {
    width: 75%;
    min-width: 75%;
  }
  
  .parts-5 > .part-3 {
    width: 60%;
    min-width: 60%;
  }
  
  .parts-6 > .part-3 {
    width: 50%;
    min-width: 50%;
  }
  
  .parts-4 > .part-4 {
    width: 100%;
    min-width: 100%;
  }
  
  .parts-5 > .part-4 {
    width: 80%;
    min-width: 80%;
  }
  
  .parts-6 > .part-4 {
    width: 66.66666666666667%;
    min-width: 66.66666666666667%;
  }
  
  .parts-5 > .part-5 {
    width: 100%;
    min-width: 100%;
  }
  
  .parts-6 > .part-5 {
    width: 83.33333333333334%;
    min-width: 83.33333333333334%;
  }
  
  .parts-6 > .part-6 {
    width: 100%;
    min-width: 100%;
  }
  
  .parts-8 > .part-2 {
    width: 25%;
    min-width: 25%;
  }
  
  .parts-8 > .part-3 {
    width: 37.5%;
    min-width: 37.5%;
  }
  
  .parts-8 > .part-4 {
    width: 50%;
    min-width: 50%;
  }
  
  .parts-8 > .part-5 {
    width: 62.5%;
    min-width: 62.5%;
  }
  
  .parts-8 > .part-6 {
    width: 75%;
    min-width: 75%;
  }
  
  .parts-8 > .part-7 {
    width: 87.5%;
    min-width: 87.5%;
  }
  
  .parts-8 > .part-8 {
    width: 100%;
    min-width: 100%;
  }
  
  .parts-10 > .part-2 {
    width: 20%;
    min-width: 20%;
  }
  
  .parts-10 > .part-3 {
    width: 30%;
    min-width: 30%;
  }
  
  .parts-10 > .part-4 {
    width: 40%;
    min-width: 40%;
  }
  
  .parts-10 > .part-5 {
    width: 50%;
    min-width: 50%;
  }
  
  .parts-10 > .part-6 {
    width: 60%;
    min-width: 60%;
  }
  
  .parts-10 > .part-7 {
    width: 70%;
    min-width: 70%;
  }
  
  .parts-10 > .part-8 {
    width: 80%;
    min-width: 80%;
  }
  
  .parts-10 > .part-9 {
    width: 90%;
    min-width: 90%;
  }
  
  .parts-10 > .part-10 {
    width: 100%;
    min-width: 100%;
  }
  
  .parts-12 > .part-2 {
    width: 16.666666666666668%;
    min-width: 16.666666666666668%;
  }
  
  .parts-12 > .part-3 {
    width: 25%;
    min-width: 25%;
  }
  
  .parts-12 > .part-4 {
    width: 33.333333333333336%;
    min-width: 33.333333333333336%;
  }
  
  .parts-12 > .part-5 {
    width: 41.66666666666667%;
    min-width: 41.66666666666667%;
  }
  
  .parts-12 > .part-6 {
    width: 50%;
    min-width: 50%;
  }
  
  .parts-12 > .part-7 {
    width: 58.333333333333336%;
    min-width: 58.333333333333336%;
  }
  
  .parts-12 > .part-8 {
    width: 66.66666666666667%;
    min-width: 66.66666666666667%;
  }
  
  .parts-12 > .part-9 {
    width: 75%;
    min-width: 75%;
  }
  
  .parts-12 > .part-10 {
    width: 83.33333333333334%;
    min-width: 83.33333333333334%;
  }
  
  .parts-12 > .part-11 {
    width: 91.66666666666667%;
    min-width: 91.66666666666667%;
  }
  
  .parts-12 > .part-12 {
    width: 100%;
    min-width: 100%;
  }
  
  .parts-13 > .part-2 {
    width: 15.384615384615385%;
    min-width: 15.384615384615385%;
  }
  
  .parts-13 > .part-3 {
    width: 23.076923076923077%;
    min-width: 23.076923076923077%;
  }
  
  .parts-13 > .part-4 {
    width: 30.76923076923077%;
    min-width: 30.76923076923077%;
  }
  
  .parts-13 > .part-5 {
    width: 38.46153846153846%;
    min-width: 38.46153846153846%;
  }
  
  .parts-13 > .part-6 {
    width: 46.15384615384615%;
    min-width: 46.15384615384615%;
  }
  
  .parts-13 > .part-7 {
    width: 53.84615384615385%;
    min-width: 53.84615384615385%;
  }
  
  .parts-13 > .part-8 {
    width: 61.53846153846154%;
    min-width: 61.53846153846154%;
  }
  
  .parts-13 > .part-9 {
    width: 69.23076923076923%;
    min-width: 69.23076923076923%;
  }
  
  .parts-13 > .part-10 {
    width: 76.92307692307692%;
    min-width: 76.92307692307692%;
  }
  
  .parts-13 > .part-11 {
    width: 84.61538461538461%;
    min-width: 84.61538461538461%;
  }
  
  .parts-13 > .part-12 {
    width: 92.3076923076923%;
    min-width: 92.3076923076923%;
  }
  
  .parts-13 > .part-13 {
    width: 100%;
    min-width: 100%;
  }
  
  .parts-space {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  
  .parts-space > .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  
  .parts-space:last-child,
  .parts-space.parts-clear-bottom {
    margin-bottom: -1rem;
  }
  
  .parts-space-xs {
    margin-left: -0.05rem;
    margin-right: -0.05rem;
  }
  
  .parts-space-xs > .col {
    padding-left: 0.05rem;
    padding-right: 0.05rem;
    margin-bottom: 0.1rem;
  }
  
  .parts-space-xs:last-child,
  .parts-space-xs.parts-clear-bottom {
    margin-bottom: -0.1rem;
  }
  
  .parts-space-sm {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
  
  .parts-space-sm > .col {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    margin-bottom: 0.2rem;
  }
  
  .parts-space-sm:last-child,
  .parts-space-sm.parts-clear-bottom {
    margin-bottom: -0.2rem;
  }
  
  .parts-space-md {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  
  .parts-space-md > .col {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 0.5rem;
  }
  
  .parts-space-md:last-child,
  .parts-space-md.parts-clear-bottom {
    margin-bottom: -0.5rem;
  }
  
  .parts-space-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  
  .parts-space-lg > .col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 1.5rem;
  }
  
  .parts-space-lg:last-child,
  .parts-space-lg.parts-clear-bottom {
    margin-bottom: -1.5rem;
  }
  
  .parts-space-xl {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  
  .parts-space-xl > .col {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
  }
  
  .parts-space-xl:last-child,
  .parts-space-xl.parts-clear-bottom {
    margin-bottom: -2rem;
  }
  
  .parts-space-xxl {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  
  .parts-space-xxl > .col {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 4rem;
  }
  
  .parts-space-xxl:last-child,
  .parts-space-xxl.parts-clear-bottom {
    margin-bottom: -4rem;
  }
  
  .part-collapsed {
    min-width: 100% !important;
    width: 100% !important;
    flex-basis: auto;
  }
  
  .pal-link {
    border-bottom-width: 1px;
    transition: border-color 0.15s ease 0s, color 0.15s ease 0s;
    border-bottom-color: rgba(12,45,112,0.3);
    border-bottom-style: solid;
    border-bottom-color: rgba(12,45,112,0.3);
  }
  
  .pal-link:hover,
  a:hover .pal-link {
    border-bottom-color: rgba(12,45,112,0.8);
  }
  
  .pal-link:hover,
  a:hover .pal-link {
    border-bottom-color: rgba(12,45,112,0.8);
  }
  
  .pal-link--thick {
    border-bottom-width: 2px;
  }
  
  .pal-link--deep {
    color: #000;
    border-bottom-color: #0c2d70;
  }
  
  .pal-link--deep.pal-link--theme {
    color: #000;
    border-bottom-color: pal-color;
  }
  
  .pal-link--deep.pal-link--theme:hover,
  a:hover .pal-link--deep.pal-link--theme {
    border-bottom-color: pal-color;
    color: pal-color;
  }
  
  .pal-link--deep.pal-link--light {
    color: #fff;
    border-bottom-color: $light;
  }
  
  .pal-link--deep.pal-link--light:hover,
  a:hover .pal-link--deep.pal-link--light {
    border-bottom-color: $light;
    color: $light;
  }
  
  .pal-link--deep.pal-link--dark {
    color: #000;
    border-bottom-color: #000;
  }
  
  .pal-link--deep.pal-link--dark:hover,
  a:hover .pal-link--deep.pal-link--dark {
    border-bottom-color: #000;
    color: #000;
  }
  
  .pal-link--line {
    border-bottom-style: solid;
    border-bottom-color: rgba(12,45,112,0.3);
  }
  
  .pal-link--line:hover,
  a:hover .pal-link--line {
    border-bottom-color: rgba(12,45,112,0.8);
  }
  
  .pal-link--theme {
    border-bottom-color: rgba(12,45,112,0.3);
    color: #0c2d70;
  }
  
  .pal-link--theme:hover,
  a:hover .pal-link--theme {
    border-bottom-color: rgba(12,45,112,0.8);
  }
  
  .pal-link--light {
    border-bottom-color: rgba(255,255,255,0.3);
    color: #fff;
  }
  
  .pal-link--light:hover,
  a:hover .pal-link--light {
    border-bottom-color: rgba(255,255,255,0.8);
  }
  
  .pal-link--dark {
    border-bottom-color: rgba(0,0,0,0.3);
    color: #000;
  }
  
  .pal-link--dark:hover,
  a:hover .pal-link--dark {
    border-bottom-color: rgba(0,0,0,0.8);
  }
  
  .pal-bg,
  .pal-bg__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .pal-btn {
    display: inline-block;
    vertical-align: top;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, background 0.2s ease 0s, border-color 0.2s ease 0s, box-shadow 0.2s ease 0s, light 0.2s ease 0s;
    text-align: center;
    cursor: pointer;
    outline: none;
    position: relative;
    text-decoration: none;
    font-family: inherit;
    border: 1px solid transparent;
    white-space: nowrap;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 2.625rem;
    padding-left: 1.71875rem;
    padding-right: 1.71875rem;
    background-color: #eef2f4;
    color: #000;
    border-color: transparent;
    border-radius: 4px;
  }
  
  .pal-btn:hover {
    background-color: #e5ebee;
  }
  
  .pal-btn:active {
    background-color: #dfe6ea;
  }
  
  .pal-btn--xxl {
    line-height: 4.5rem;
    padding-left: 2.890625rem;
    padding-right: 2.890625rem;
    border-radius: 4px;
  }
  
  .pal-btn--xl {
    line-height: 3.875rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.25rem;
    border-radius: 4px;
  }
  
  .pal-btn--lg {
    line-height: 3.25rem;
    padding-left: 2.109375rem;
    padding-right: 2.109375rem;
    font-size: 1.125rem;
    border-radius: 4px;
  }
  
  .pal-btn--md {
    line-height: 2rem;
    padding-left: 1.328125rem;
    padding-right: 1.328125rem;
    font-size: 0.875rem;
    border-radius: 4px;
  }
  
  .pal-btn--sm {
    line-height: 1.375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-size: 0.75rem;
    border-radius: 4px;
  }
  
  .pal-btn--theme {
    background-color: #0c2d70;
    color: #fff;
    border-color: transparent;
  }
  
  .pal-btn--theme:hover {
    background-color: #0b2762;
  }
  
  .pal-btn--theme:active {
    background-color: #0a2459;
  }
  
  .pal-btn--gray {
    background-color: #bdc2c4;
    color: #fff;
    border-color: transparent;
  }
  
  .pal-btn--gray:hover {
    background-color: #b5bbbd;
  }
  
  .pal-btn--gray:active {
    background-color: #b0b6b8;
  }
  
  .pal-btn--light {
    background-color: #fff;
    color: #000;
    border-color: transparent;
  }
  
  .pal-btn--light:hover {
    background-color: #f7f7f7;
  }
  
  .pal-btn--light:active {
    background-color: #f2f2f2;
  }
  
  .pal-btn--corner {
    border-radius: 0;
  }
  
  .pal-btn--corner:after {
    border-radius: 0;
  }
  
  .pal-btn--block {
    display: block;
    width: 100%;
  }
  
  .pal-btn--outline {
    border-color: #eef2f4;
    background-color: transparent;
    color: #000;
  }
  
  .pal-btn--outline:hover {
    background-color: rgba(238,242,244,0.12);
  }
  
  .pal-btn--outline:active {
    background-color: rgba(238,242,244,0.3);
  }
  
  .pal-btn--smooth {
    btn-smooth: ;
  }
  
  .pal-btn--text {
    background-color: transparent;
    border-color: transparent;
  }
  
  .pal-btn--text:hover {
    background-color: transparent;
  }
  
  .pal-btn--outline.pal-btn--theme {
    border-color: #0c2d70;
    background-color: transparent;
    color: #000;
  }
  
  .pal-btn--outline.pal-btn--theme:hover {
    background-color: rgba(12,45,112,0.12);
  }
  
  .pal-btn--outline.pal-btn--theme:active {
    background-color: rgba(12,45,112,0.3);
  }
  
  .pal-btn--outline.pal-btn--gray {
    border-color: #bdc2c4;
    background-color: transparent;
    color: #000;
  }
  
  .pal-btn--outline.pal-btn--gray:hover {
    background-color: rgba(189,194,196,0.12);
  }
  
  .pal-btn--outline.pal-btn--gray:active {
    background-color: rgba(189,194,196,0.3);
  }
  
  .pal-btn--outline.pal-btn--gray {
    border-color: #bdc2c4;
    background-color: transparent;
    color: #000;
  }
  
  .pal-btn--outline.pal-btn--gray:hover {
    background-color: rgba(189,194,196,0.12);
  }
  
  .pal-btn--outline.pal-btn--gray:active {
    background-color: rgba(189,194,196,0.3);
  }
  
  .pal-btn--outline.pal-btn--light {
    color: #fff;
    border-color: #fff;
  }
  
  .pal-btn.pal-btn--thick {
    border-width: 2px;
    line-height: 2.625rem;
  }
  
  .pal-btn.pal-btn--thick.pal-btn--xxl {
    line-height: 4.375rem;
  }
  
  .pal-btn.pal-btn--thick.pal-btn--xl {
    line-height: 3.75rem;
  }
  
  .pal-btn.pal-btn--thick.pal-btn--lg {
    line-height: 3.125rem;
  }
  
  .pal-btn.pal-btn--thick.pal-btn--md {
    line-height: 1.875rem;
  }
  
  .pal-btn.pal-btn--thick.pal-btn--sm {
    line-height: 1.25rem;
  }
  
  .pal-btn--disabled,
  .pal-btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
  }
  
  .pal-icon {
    display: inline;
    vertical-align: baseline;
    position: relative;
    width: 1em;
    height: 1em;
    padding: 0;
    margin: 0;
    line-height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    transform: translate3d(0, 0, 0);
  }
  
  .pal-icon--left {
    vertical-align: middle;
    margin-right: 0.5em;
  }
  
  .pal-icon--right {
    vertical-align: middle;
    margin-left: 0.5em;
  }
  
  .pal-icon--edge {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  
  .pal-icon--edge.pal-icon--left {
    left: 0.859375rem;
    margin: 0;
  }
  
  .pal-icon--edge.pal-icon--right {
    right: 0.859375rem;
    margin: 0;
  }
  
  .pal-btn .pal-icon {
    top: -1px;
    height: 2.75rem;
    vertical-align: top;
  }
  
  .pal-btn .pal-icon--left {
    margin-left: -0.2em;
  }
  
  .pal-btn .pal-icon--right {
    margin-right: -0.2em;
  }
  
  .pal-btn .pal-icon--edge {
    margin-left: 0;
    margin-right: 0;
    top: 50%;
  }
  
  .pal-btn--xxl .pal-icon {
    height: 4.5rem;
  }
  
  .pal-btn--xl .pal-icon {
    height: 3.875rem;
  }
  
  .pal-btn--lg .pal-icon {
    height: 3.25rem;
  }
  
  .pal-btn--md .pal-icon {
    height: 2rem;
  }
  
  .pal-btn--sm .pal-icon {
    height: 1.375rem;
  }
  
  .pal-btn--thick .pal-icon {
    margin-top: -1px;
  }
  
  .pal-btn--thick .pal-icon--left {
    margin-left: -0.3em;
  }
  
  .pal-btn--thick .pal-icon--right {
    margin-right: -0.3em;
  }
  
  .pal-group {
    display: flex;
    flex-direction: row;
  }
  
  .pal-group > * {
    flex: 1;
  }
  
  .pal-group .pal-btn {
    margin-left: -1px;
  }
  
  .pal-group .pal-btn--thick {
    margin-left: -2px;
  }
  
  .pal-group .pal-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  
  .pal-group .pal-btn:after {
    content: " ";
    display: block;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    background-color: rgba(0,0,0,0.1);
    width: 1px;
  }
  
  .pal-group .pal-btn--outline:after {
    display: none;
  }
  
  .pal-group .pal-btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
  }
  
  .pal-group .pal-btn:first-child:last-child {
    border-radius: 4px;
  }
  
  .pal-group .pal-btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .pal-group .pal-btn:last-child:after {
    display: none;
  }
  
  .pal-group .pal-btn:last-child:first-child {
    border-radius: 4px;
  }
  
  .pal-group .pal-input {
    margin-left: -1px;
  }
  
  .pal-group .pal-input--thick {
    margin-left: -2px;
  }
  
  .pal-group .pal-input input,
  .pal-group .pal-input textarea,
  .pal-selectbox__field {
    position: relative;
  }
  
  .pal-group .pal-input input:active,
  .pal-group .pal-input textarea:active,
  .pal-selectbox__field:active,
  .pal-group .pal-input input:focus,
  .pal-group .pal-input textarea:focus,
  .pal-selectbox__field:focus {
    z-index: 1;
  }
  
  .pal-group .pal-input:not(:first-child):not(:last-child) input,
  .pal-group .pal-input:not(:first-child):not(:last-child) textarea,
  .pal-group .pal-input:not(:first-child):not(:last-child) .pal-selectbox__field {
    border-radius: 0;
  }
  
  .pal-group .pal-input:first-child {
    margin-left: 0;
  }
  
  .pal-group .pal-input:first-child input,
  .pal-group .pal-input:first-child textarea,
  .pal-group .pal-input:first-child .pal-selectbox__field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .pal-group .pal-input:last-child input,
  .pal-group .pal-input:last-child textarea,
  .pal-group .pal-input:last-child .pal-selectbox__field {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .pal-group--block {
    width: 100%;
  }
  
  .pal-card {
    margin-bottom: 1.55em;
    position: relative;
    border-radius: 13px;
  }
  
  .pal-card:last-child {
    margin-bottom: 0;
  }
  
  .pal-card .pal-card__section:first-child {
    border-radius: 12px 12px 0 0;
  }
  
  .pal-card .pal-card__section:last-child {
    border-radius: 0 0 12px 12px;
  }
  
  .pal-card .pal-card__section:first-child:last-child {
    border-radius: 12px;
  }
  
  .pal-card--corner,
  .pal-card--corner.pal-card--x {
    border-radius: 0;
  }
  
  .pal-card--corner > .pal-card__section,
  .pal-card--corner.pal-card--x > .pal-card__section {
    border-radius: 0;
  }
  
  .pal-card--corner > .pal-card__section:first-child,
  .pal-card--corner.pal-card--x > .pal-card__section:first-child,
  .pal-card--corner > .pal-card__section:last-child,
  .pal-card--corner.pal-card--x > .pal-card__section:last-child,
  .pal-card--corner > .pal-card__section:first-child:last-child,
  .pal-card--corner.pal-card--x > .pal-card__section:first-child:last-child {
    border-radius: 0;
  }
  
  .pal-card--border {
    border: 1px solid rgba(0,0,0,0.08);
  }
  
  .pal-card--border .pal-card__section--image,
  .pal-card--border .pal-card__section--bg {
    z-index: 2;
    margin: -1px;
  }
  
  a.pal-card--border:hover {
    border-color: rgba(0,0,0,0.08);
  }
  
  a.pal-card--border:hover:after {
    border-color: rgba(0,0,0,0.08);
  }
  
  .pal-card--shadow {
    box-shadow: 0px 8px 32px -5px rgba(0,0,0,0.2);
  }
  
  a.pal-card--shadow:hover {
    box-shadow: 0px 5px 32px -5px rgba(0,0,0,0.3);
  }
  
  .pal-card__section {
    position: relative;
    display: block;
    background-color: #fff;
    flex-grow: 1;
    padding: 2.1rem 2.3rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  
  .pal-card__section:last-child {
    border-bottom: 0;
  }
  
  .pal-card__section--paper {
    padding: 5.25rem 5.25rem;
  }
  
  .pal-card__section--lg {
    padding: 3.15rem 4.2rem;
  }
  
  .pal-card__section--theme {
    background-color: pal-color;
  }
  
  .pal-card__section--gray {
    background-color: #989c9d;
  }
  
  .pal-card__section--gray-bg {
    background-color: #f7f9fa;
  }
  
  .pal-card__section--theme-second {
    background-color: $theme-second;
  }
  
  .pal-card__section--album {
    padding-bottom: 68%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  
  .pal-card--x .pal-card__section--album {
    padding-bottom: 34%;
  }
  
  .pal-card__title {
    font-family: 'Exo 2', Arial, sans-serif;
    display: block;
    font-weight: 700;
    line-height: 1.15em;
    margin-top: 0.8625em;
    margin-bottom: 1em;
    position: relative;
    margin-top: 0;
  }
  
  .pal-card__title:first-child {
    margin-top: 0;
  }
  
  .pal-card__title:last-child {
    margin-bottom: 0;
  }
  
  .pal-card__title--str1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 1.15em;
  }
  
  .pal-card__title--str2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 2.3em;
  }
  
  .pal-card__title--str3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 3.45em;
  }
  
  .pal-card__title--str4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 4.6em;
  }
  
  .pal-card__title--str5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 5.75em;
  }
  
  .pal-card__title--str6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 6.899999999999999em;
  }
  
  .pal-card__title--str7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 8.049999999999999em;
  }
  
  .pal-card__title--str8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 9.2em;
  }
  
  .pal-card__title--str9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 10.35em;
  }
  
  .pal-card__text {
    line-height: 1.55em;
    margin-bottom: 1.55em;
    margin-top: 0.55em;
  }
  
  .pal-card__text:first-child {
    margin-top: 0;
  }
  
  .pal-card__text:last-child {
    margin-bottom: 0;
  }
  
  .pal-card__text--str1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 1.55em;
  }
  
  .pal-card__text--str2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 3.1em;
  }
  
  .pal-card__text--str3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 4.65em;
  }
  
  .pal-card__text--str4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 6.2em;
  }
  
  .pal-card__text--str5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 7.75em;
  }
  
  .pal-card__text--str6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 9.3em;
  }
  
  .pal-card__text--str7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 10.85em;
  }
  
  .pal-card__text--str8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 12.4em;
  }
  
  .pal-card__text--str9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    max-height: 13.950000000000001em;
  }
  
  .pal-card__note {
    color: #989c9d;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
  }
  
  .pal-card__label {
    border-radius: 2px;
    font-size: 0.625rem;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 0.2em 0.5em;
    margin-bottom: 1em;
    width: auto;
    margin-right: auto;
    align-self: flex-start;
  }
  
  .pal-card__label:first-child {
    margin-top: 0;
  }
  
  .pal-card__label:last-child {
    margin-bottom: 0;
  }
  
  .pal-card__label--dark {
    background-color: #000;
    border-color: #000;
  }
  
  .pal-card__label--gray {
    background-color: #c6c7c8;
    border-color: #989c9d;
  }
  
  .pal-card__label--light {
    background-color: #fff;
    border-color: #fff;
  }
  
  .pal-popup {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 100%;
    touch-action: pan-y;
    overflow: hidden;
    width: 100%;
    min-width: 100%;
    z-index: 1000;
  }
  
  .pal-popup:before {
    content: " ";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0s;
    will-change: opacity;
    background-color: rgba(0,0,0,0.96);
  }
  
  .pal-popup.pal-active {
    opacity: 1;
    pointer-events: all;
  }
  
  .pal-popup.pal-active:before {
    opacity: 1;
  }
  
  .pal-popup--blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  
  .pal-popup--light:before {
    background-color: rgba(255,255,255,0.8);
  }
  
  .pal-popup__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    flex-wrap: wrap;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    transform: translateZ(0);
  }
  
  .pal-popup__content {
    flex: 1;
    width: 100%;
    padding: 2.1rem 2.3rem;
    margin: auto;
  }
  
  .pal-popup__content:after {
    content: " ";
    display: block;
    height: 2.1rem;
  }
  
  .pal-popup__item {
    opacity: 0;
    pointer-events: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 816px;
    height: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
    transform: translate3d(0, 0, 0.00008px) scale(0.96) rotate(0.000001deg);
    transition: opacity 0.3s ease 0.01s, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-backface-visibility: hidden;
    will-change: transform, opacity;
    overflow: hidden;
  }
  
  .pal-popup__item.pal-active {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0.00008px) scale(1) rotate(0.000001deg);
    height: auto;
    overflow: visible;
  }
  
  .pal-popup__item--lg {
    max-width: 1113px;
  }
  
  .pal-popup__item--md {
    max-width: 578px;
  }
  
  .pal-popup__item--sm {
    max-width: 464px;
  }
  
  .pal-popup__section {
    position: relative;
    display: block;
    background-color: #fff;
    flex-grow: 1;
    padding: 2.1rem 2.3rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    position: relative;
  }
  
  .pal-popup__section:last-child {
    border-bottom: 0;
  }
  
  .pal-popup__section--paper {
    padding: 5.25rem 5.25rem;
  }
  
  .pal-popup__section--lg {
    padding: 3.15rem 4.2rem;
  }
  
  .pal-popup__section--theme {
    background-color: pal-color;
  }
  
  .pal-popup__section--gray {
    background-color: #989c9d;
  }
  
  .pal-popup__section--gray-bg {
    background-color: #f7f9fa;
  }
  
  .pal-popup__section--theme-second {
    background-color: $theme-second;
  }
  
  .pal-popup__close {
    width: 2em;
    height: 2em;
    font-size: 1.5rem;
    transition-property: transform;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: 0.1s;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 20;
    opacity: 0.8;
  }
  
  .pal-popup__close:after,
  .pal-popup__close:before {
    position: absolute;
    width: 1em;
    height: 2px;
    background-color: #000;
    z-index: 2;
    top: 50%;
    margin-top: -1px;
  }
  
  .pal-popup__close:before {
    content: " ";
    display: block;
    left: 50%;
    margin-left: -0.5em;
    transform: rotate(45deg);
    transform-origin: center center;
  }
  
  .pal-popup__close:after {
    content: " ";
    display: block;
    left: 50%;
    margin-left: -0.5em;
    transform: rotate(-45deg);
    transform-origin: center center;
  }
  
  .pal-popup__close:hover {
    opacity: 1;
  }
  
  .pal-popup__close--light:after,
  .pal-popup__close--light:before {
    background-color: #fff;
  }
  
  .pal-popup__close--light:hover:after,
  .pal-popup__close--light:hover:before {
    background-color: #fff;
  }
  
  .pal-popup__close--outside {
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }
  
  .pal-popup__close--fixed {
    position: fixed;
  }
  
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="search"],
  input[type="url"],
  input[type="tel"],
  input[type="number"],
  textarea,
  .pal-selectbox__field {
    margin-bottom: 0;
    transition: border-color 0.15s ease 0s, background 0.15s ease 0s, box-shadow 0.15s ease 0s;
    -webkit-appearance: none;
    border-radius: 4px;
    height: 2.75rem;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f7f7;
    padding-left: 0.859375rem;
    padding-right: 0.859375rem;
    background-color: #fff;
  }
  
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="email"]:hover,
  input[type="search"]:hover,
  input[type="url"]:hover,
  input[type="tel"]:hover,
  input[type="number"]:hover,
  textarea:hover,
  .pal-selectbox__field:hover {
    border-color: #e7ecec;
  }
  
  input[type="text"].error,
  input[type="password"].error,
  input[type="email"].error,
  input[type="search"].error,
  input[type="url"].error,
  input[type="tel"].error,
  input[type="number"].error,
  textarea.error,
  .pal-selectbox__field.error {
    border-color: #d22626 !important;
  }
  
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  textarea:focus,
  .pal-selectbox--opened .pal-selectbox__field {
    border-color: #0c2d70 !important;
  }
  
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="email"][disabled],
  input[type="search"][disabled],
  input[type="url"][disabled],
  input[type="tel"][disabled],
  input[type="number"][disabled],
  textarea[disabled] {
    pointer-events: none;
    opacity: 0.8;
  }
  
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #95999b;
    opacity: 1;
  }
  
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #95999b;
    opacity: 1;
  }
  
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #95999b;
    opacity: 1;
  }
  
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #95999b;
    opacity: 1;
  }
  
  textarea {
    min-height: 8.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.859375rem;
    padding-right: 0.859375rem;
    resize: none;
  }
  
  input[type="number"] {
    -webkit-appearance: none;
  }
  
  .pal-input {
    position: relative;
  }
  
  .pal-input--xs input,
  .pal-input--xs select,
  .pal-input--xs textarea {
    height: 0.875rem;
    border-radius: 4px;
    padding-left: 0.2734375rem;
    padding-right: 0.2734375rem;
  }
  
  .pal-input--xs input textarea,
  .pal-input--xs select textarea,
  .pal-input--xs textarea textarea {
    padding-top: 0.13671875rem;
  }
  
  .pal-input--xs .pal-selectbox__arrow {
    right: 0.2734375rem;
  }
  
  .pal-input--xs .pal-selectbox__field {
    height: 0.875rem;
    border-radius: 4px;
    padding-left: 0.2734375rem;
    padding-right: 0.5859375rem;
  }
  
  .pal-input--xs .pal-input__placeholder > span {
    transform: translate3d(0.2734375rem, 0px, 0.00003px) scale(1);
  }
  
  .pal-input--xs.pal-input--rounded input,
  .pal-input--xs.pal-input--rounded select,
  .pal-input--xs.pal-input--rounded textarea,
  .pal-input--xs.pal-input--rounded .pal-selectbox__field {
    padding-left: 0.35546875rem;
    padding-right: 0.35546875rem;
  }
  
  .pal-input--xs.pal-input--rounded .pal-input__placeholder > span {
    left: 0.35546875rem;
  }
  
  .pal-input--sm input,
  .pal-input--sm select,
  .pal-input--sm textarea {
    height: 1.5rem;
    border-radius: 4px;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  
  .pal-input--sm input textarea,
  .pal-input--sm select textarea,
  .pal-input--sm textarea textarea {
    padding-top: 0.234375rem;
  }
  
  .pal-input--sm .pal-selectbox__arrow {
    right: 0.46875rem;
  }
  
  .pal-input--sm .pal-selectbox__field {
    height: 1.5rem;
    border-radius: 4px;
    padding-left: 0.46875rem;
    padding-right: 0.78125rem;
  }
  
  .pal-input--sm .pal-input__placeholder > span {
    transform: translate3d(0.46875rem, 0px, 0.00003px) scale(1);
  }
  
  .pal-input--sm.pal-input--rounded input,
  .pal-input--sm.pal-input--rounded select,
  .pal-input--sm.pal-input--rounded textarea,
  .pal-input--sm.pal-input--rounded .pal-selectbox__field {
    padding-left: 0.609375rem;
    padding-right: 0.609375rem;
  }
  
  .pal-input--sm.pal-input--rounded .pal-input__placeholder > span {
    left: 0.609375rem;
  }
  
  .pal-input--md input,
  .pal-input--md select,
  .pal-input--md textarea {
    height: 2.125rem;
    border-radius: 4px;
    padding-left: 0.6640625rem;
    padding-right: 0.6640625rem;
  }
  
  .pal-input--md input textarea,
  .pal-input--md select textarea,
  .pal-input--md textarea textarea {
    padding-top: 0.33203125rem;
  }
  
  .pal-input--md .pal-selectbox__arrow {
    right: 0.6640625rem;
  }
  
  .pal-input--md .pal-selectbox__field {
    height: 2.125rem;
    border-radius: 4px;
    padding-left: 0.6640625rem;
    padding-right: 0.9765625rem;
  }
  
  .pal-input--md .pal-input__placeholder > span {
    transform: translate3d(0.6640625rem, 0px, 0.00003px) scale(1);
  }
  
  .pal-input--md.pal-input--rounded input,
  .pal-input--md.pal-input--rounded select,
  .pal-input--md.pal-input--rounded textarea,
  .pal-input--md.pal-input--rounded .pal-selectbox__field {
    padding-left: 0.86328125rem;
    padding-right: 0.86328125rem;
  }
  
  .pal-input--md.pal-input--rounded .pal-input__placeholder > span {
    left: 0.86328125rem;
  }
  
  .pal-input--lg input,
  .pal-input--lg select,
  .pal-input--lg textarea {
    height: 3.375rem;
    border-radius: 4px;
    padding-left: 1.0546875rem;
    padding-right: 1.0546875rem;
  }
  
  .pal-input--lg input textarea,
  .pal-input--lg select textarea,
  .pal-input--lg textarea textarea {
    padding-top: 0.52734375rem;
  }
  
  .pal-input--lg .pal-selectbox__arrow {
    right: 1.0546875rem;
  }
  
  .pal-input--lg .pal-selectbox__field {
    height: 3.375rem;
    border-radius: 4px;
    padding-left: 1.0546875rem;
    padding-right: 1.3671875rem;
  }
  
  .pal-input--lg .pal-input__placeholder > span {
    transform: translate3d(1.0546875rem, 0px, 0.00003px) scale(1);
  }
  
  .pal-input--lg.pal-input--rounded input,
  .pal-input--lg.pal-input--rounded select,
  .pal-input--lg.pal-input--rounded textarea,
  .pal-input--lg.pal-input--rounded .pal-selectbox__field {
    padding-left: 1.37109375rem;
    padding-right: 1.37109375rem;
  }
  
  .pal-input--lg.pal-input--rounded .pal-input__placeholder > span {
    left: 1.37109375rem;
  }
  
  .pal-input--xl input,
  .pal-input--xl select,
  .pal-input--xl textarea {
    height: 4rem;
    border-radius: 4px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  
  .pal-input--xl input textarea,
  .pal-input--xl select textarea,
  .pal-input--xl textarea textarea {
    padding-top: 0.625rem;
  }
  
  .pal-input--xl .pal-selectbox__arrow {
    right: 1.25rem;
  }
  
  .pal-input--xl .pal-selectbox__field {
    height: 4rem;
    border-radius: 4px;
    padding-left: 1.25rem;
    padding-right: 1.5625rem;
  }
  
  .pal-input--xl .pal-input__placeholder > span {
    transform: translate3d(1.25rem, 0px, 0.00003px) scale(1);
  }
  
  .pal-input--xl.pal-input--rounded input,
  .pal-input--xl.pal-input--rounded select,
  .pal-input--xl.pal-input--rounded textarea,
  .pal-input--xl.pal-input--rounded .pal-selectbox__field {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
  
  .pal-input--xl.pal-input--rounded .pal-input__placeholder > span {
    left: 1.625rem;
  }
  
  .pal-input--xxl input,
  .pal-input--xxl select,
  .pal-input--xxl textarea {
    height: 4.625rem;
    border-radius: $input-radius-xxl;
    padding-left: 1.4453125rem;
    padding-right: 1.4453125rem;
  }
  
  .pal-input--xxl input textarea,
  .pal-input--xxl select textarea,
  .pal-input--xxl textarea textarea {
    padding-top: 0.72265625rem;
  }
  
  .pal-input--xxl .pal-selectbox__arrow {
    right: 1.4453125rem;
  }
  
  .pal-input--xxl .pal-selectbox__field {
    height: 4.625rem;
    border-radius: $input-radius-xxl;
    padding-left: 1.4453125rem;
    padding-right: 1.7578125rem;
  }
  
  .pal-input--xxl .pal-input__placeholder > span {
    transform: translate3d(1.4453125rem, 0px, 0.00003px) scale(1);
  }
  
  .pal-input--xxl.pal-input--rounded input,
  .pal-input--xxl.pal-input--rounded select,
  .pal-input--xxl.pal-input--rounded textarea,
  .pal-input--xxl.pal-input--rounded .pal-selectbox__field {
    padding-left: 1.87890625rem;
    padding-right: 1.87890625rem;
  }
  
  .pal-input--xxl.pal-input--rounded .pal-input__placeholder > span {
    left: 1.87890625rem;
  }
  
  .pal-input__placeholder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 4rem;
    pointer-events: none;
    cursor: text;
    margin-bottom: 0;
    display: block;
    z-index: 31;
    transition: transform 0.34s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transform: translate3d(0, 0%, 0.00002px) rotate(0.000001deg);
  }
  
  .pal-input__placeholder > span {
    color: #95999b;
    display: block;
    position: absolute;
    margin-top: 1px;
    line-height: 0;
    top: 50%;
    bottom: auto;
    cursor: text;
    left: 0;
    right: auto;
    transition-delay: 0s;
    transition-duration: 0.34s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-property: transform, color, opacity;
    transform: translate3d(0.859375rem, 0px, 0.00003px) scale(1);
    white-space: nowrap;
    transform-origin: left center;
  }
  
  .pal-input__placeholder + .pal-selectbox .pal-selectbox__value--placeholder {
    opacity: 0;
    pointer-events: none;
  }
  
  .pal-input--thick .pal-input__placeholder {
    margin-top: 2px;
  }
  
  .pal-input--focus .pal-input__placeholder,
  .pal-input--value .pal-input__placeholder {
    transform: translate3d(0, -50%, 0.00002px) rotate(0.000001deg);
  }
  
  .pal-input--focus .pal-input__placeholder > span,
  .pal-input--value .pal-input__placeholder > span {
    transform: translate3d(0, -8px, 0.00003px) scale(0.68);
    color: #000;
  }
  
  .pal-input__error {
    font-size: 0.75rem;
    color: #d22626;
    line-height: 1;
    display: block;
    margin-top: 0.5rem;
    position: relative;
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 2;
  }
  
  .pal-select .pal-input__error {
    position: absolute;
    top: 100%;
  }
  
  .pal-radio .pal-input__error {
    position: absolute;
    left: 2px;
    top: 100%;
    margin-top: -0.75rem;
  }
  
  .pal-uploader .pal-input__error {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    border: 2px solid #d22626;
    margin: 0;
    font-size: 0;
  }
  
  .pal-input--light input,
  .pal-input--light textarea,
  .pal-input--light .pal-selectbox__field {
    background-color: transparent;
    border-color: rgba(255,255,255,0.1);
    background-color: #fff;
  }
  
  .pal-input--light input:hover,
  .pal-input--light textarea:hover,
  .pal-input--light .pal-selectbox__field:hover {
    border-color: rgba(255,255,255,0.12);
  }
  
  .pal-input--smooth input,
  .pal-input--smooth textarea,
  .pal-input--smooth .pal-selectbox__field {
    border: 0;
    background-color: #f5f7f7;
  }
  
  .pal-input--smooth input:hover,
  .pal-input--smooth textarea:hover,
  .pal-input--smooth .pal-selectbox__field:hover {
    background-color: #ecf0f0;
  }
  
  .pal-input--smooth input:focus,
  .pal-input--smooth textarea:focus,
  .pal-input--smooth .pal-selectbox__field:focus,
  .pal-input--focus .pal-input--smooth input,
  .pal-input--focus .pal-input--smooth textarea,
  .pal-input--focus .pal-input--smooth .pal-selectbox__field,
  .pal-input--value .pal-input--smooth input,
  .pal-input--value .pal-input--smooth textarea,
  .pal-input--value .pal-input--smooth .pal-selectbox__field {
    background-color: #ecf0f0;
  }
  
  .pal-input--focus .pal-input--smooth input,
  .pal-input--value .pal-input--smooth input,
  .pal-input--focus .pal-input--smooth textarea,
  .pal-input--value .pal-input--smooth textarea,
  .pal-input--focus .pal-input--smooth .pal-selectbox__field,
  .pal-input--value .pal-input--smooth .pal-selectbox__field {
    background-color: rgba(255,255,255,0.1);
  }
  
  .pal-input--focus .pal-input--smooth input:hover,
  .pal-input--value .pal-input--smooth input:hover,
  .pal-input--focus .pal-input--smooth textarea:hover,
  .pal-input--value .pal-input--smooth textarea:hover,
  .pal-input--focus .pal-input--smooth .pal-selectbox__field:hover,
  .pal-input--value .pal-input--smooth .pal-selectbox__field:hover {
    background-color: rgba(255,255,255,0.1);
  }
  
  .pal-input--smooth .pal-selectbox__dropdown {
    border: 0;
  }
  
  .pal-input--smooth.pal-input--light input,
  .pal-input--smooth.pal-input--light textarea,
  .pal-input--smooth.pal-input--light .pal-selectbox__field {
    background-color: #fff;
  }
  
  .pal-input--smooth.pal-input--light input:hover,
  .pal-input--smooth.pal-input--light textarea:hover,
  .pal-input--smooth.pal-input--light .pal-selectbox__field:hover {
    background-color: #fff;
  }
  
  .pal-input--smooth.pal-input--light input:focus,
  .pal-input--smooth.pal-input--light textarea:focus,
  .pal-input--smooth.pal-input--light .pal-selectbox__field:focus,
  .pal-input--focus .pal-input--smooth.pal-input--light input,
  .pal-input--focus .pal-input--smooth.pal-input--light textarea,
  .pal-input--focus .pal-input--smooth.pal-input--light .pal-selectbox__field,
  .pal-input--value .pal-input--smooth.pal-input--light input,
  .pal-input--value .pal-input--smooth.pal-input--light textarea,
  .pal-input--value .pal-input--smooth.pal-input--light .pal-selectbox__field {
    background-color: #fff;
  }
  
  .pal-input--smooth.pal-input--dark input,
  .pal-input--smooth.pal-input--dark textarea,
  .pal-input--smooth.pal-input--dark .pal-selectbox__field {
    background-color: #080808;
    color: #fff;
  }
  
  .pal-input--smooth.pal-input--dark input:hover,
  .pal-input--smooth.pal-input--dark textarea:hover,
  .pal-input--smooth.pal-input--dark .pal-selectbox__field:hover {
    background-color: #0d0d0d;
  }
  
  .pal-input--smooth.pal-input--dark .pal-selectbox__dropdown {
    background-color: #080808;
  }
  
  .pal-input--smooth.pal-input--dark .pal-selectbox__option:hover {
    background-color: #0d0d0d;
  }
  
  .pal-input--underline input,
  .pal-input--underline textarea {
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }
  
  .pal-input--underline:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 1px;
    background-color: #f5f7f7;
    transition: background-color 0.2s ease 0s, opacity 1;
    overflow: hidden;
    z-index: 1;
  }
  
  .pal-input--underline:after {
    content: " ";
    display: block;
    left: 50%;
    bottom: 0;
    position: absolute;
    height: 1px;
    transition: transform 0.34s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.2s ease 0s, width 0.34s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 0;
    transform: translate3d(-50%, 0, 0);
    background-color: #0c2d70;
    z-index: 2;
  }
  
  .pal-input--underline.pal-input--thick:before,
  .pal-input--underline.pal-input--thick:after {
    height: 2px;
  }
  
  .pal-input--underline .pal-input__placeholder {
    transform: translate3d(0, 0%, 0.00002px) rotate(0.000001deg);
  }
  
  .pal-input--underline .pal-input__placeholder > span {
    transform: translate3d(0, 0%, 0.00003px) scale(1);
  }
  
  .pal-input--underline.pal-input--value .pal-input__placeholder {
    transform: translate3d(0, -50%, 0.00002px) rotate(0.000001deg);
  }
  
  .pal-input--underline.pal-input--value .pal-input__placeholder > span {
    transform: translate3d(0, -50%, 0.00003px) scale(0.68);
    margin-top: 0;
  }
  
  .pal-input--underline.pal-input--focus .pal-input__placeholder {
    transform: translate3d(0, -50%, 0.00002px) rotate(0.000001deg);
  }
  
  .pal-input--underline.pal-input--focus .pal-input__placeholder > span {
    transform: translate3d(0, -50%, 0.00003px) scale(0.68);
    margin-top: 0;
  }
  
  .pal-input--underline .pal-selectbox__field {
    padding-left: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
  }
  
  .pal-input--underline .pal-selectbox__arrow {
    right: 0;
  }
  
  .pal-input--underline:hover:before {
    background-color: #e7ecec;
  }
  
  .pal-input--value:after,
  .pal-input--focus:after {
    width: 100%;
  }
  
  .pal-input--corner input,
  .pal-input--corner textarea,
  .pal-input--corner .pal-selectbox__field,
  .pal-input--corner .pal-selectbox__dropdown {
    border-radius: 0;
  }
  
  .pal-input--shadow input,
  .pal-input--shadow textarea,
  .pal-input--shadow .pal-selectbox__field {
    box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.3);
  }
  
  .pal-input--shadow input:active,
  .pal-input--shadow textarea:active,
  .pal-input--shadow input:focus,
  .pal-input--shadow textarea:focus {
    box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.55);
  }
  
  .pal-input--shadow .pal-selectbox--opened .pal-selectbox__field {
    box-shadow: 0px 8px 32px -5px rgba(0,0,0,0.2);
  }
  
  .pal-input--light input,
  .pal-input--light textarea,
  .pal-input--light .pal-selectbox__field {
    background-color: transparent;
    border-color: rgba(255,255,255,0.1);
    background-color: #fff;
  }
  
  .pal-input--light input:hover,
  .pal-input--light textarea:hover,
  .pal-input--light .pal-selectbox__field:hover {
    border-color: rgba(255,255,255,0.12);
  }
  
  .pal-checkbox {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: row;
    margin-top: 1.55em;
    margin-bottom: 1.55em;
  }
  
  .pal-checkbox:first-child {
    margin-top: 0;
  }
  
  .pal-checkbox:last-child {
    margin-bottom: 0;
  }
  
  .pal-checkbox input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .pal-checkbox input:checked ~ .pal-checkbox__icon {
    border-color: #0c2d70;
  }
  
  .pal-checkbox input:checked ~ .pal-checkbox__icon:after,
  .pal-checkbox input:checked ~ .pal-checkbox__icon:before,
  .pal-checkbox input:checked ~ .pal-checkbox__icon .pal-icon {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.1s ease 0s, transform 0.1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-checkbox input:checked ~ .pal-checkbox__content:before {
    border-color: #0c2d70;
  }
  
  .pal-checkbox input:checked ~ .pal-checkbox__content .pal-checkbox__icon {
    border-color: #0c2d70;
  }
  
  .pal-checkbox input:checked ~ .pal-checkbox__content .pal-checkbox__icon:before {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0);
  }
  
  .pal-checkbox input:checked ~ .pal-checkbox__content .pal-checkbox__note {
    color: #000;
  }
  
  .pal-checkbox:hover .pal-checkbox__icon {
    border-color: #e7ecec;
  }
  
  .pal-checkbox__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-left: 0.875rem;
    line-height: 1.55em;
  }
  
  .pal-checkbox--smooth .pal-checkbox__icon {
    background-color: #f5f7f7;
  }
  
  .pal-checkbox--smooth input:checked ~ .pal-checkbox__icon {
    background-color: #0c2d70;
    color: #fff;
  }
  
  .pal-checkbox--smooth input:checked ~ .pal-checkbox__icon:after,
  .pal-checkbox--smooth input:checked ~ .pal-checkbox__icon:before {
    background-color: #fff;
  }
  
  .pal-checkbox--smooth:hover .pal-checkbox__icon {
    background-color: #e7ecec;
  }
  
  .pal-checkbox__icon {
    color: #0c2d70;
    border: 1px solid #f5f7f7;
    display: block;
    position: relative;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
    width: 24px;
    max-width: 24px;
    min-width: 24px;
    height: 24px;
    max-height: 24px;
    min-height: 24px;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    border-radius: 2px;
  }
  
  .pal-checkbox__icon:after,
  .pal-checkbox__icon:before {
    opacity: 0;
    pointer-events: none;
  }
  
  .pal-checkbox__icon:before {
    content: " ";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20width=%22216px%22%20height=%22165px%22%3E%3Cpath%20fill-rule=%22evenodd%22%20d=%22M214.501,19.312%20L196.909,1.201%20C196.210,0.401%20195.110,0.001%20194.111,0.001%20C193.011,0.001%20192.012,0.401%20191.312,1.201%20L69.368,124.175%20L24.988,79.748%20C24.189,78.948%2023.189,78.548%2022.190,78.548%20C21.190,78.548%2020.190,78.948%2019.391,79.748%20L1.599,97.559%20C-0.000,99.160%20-0.000,101.661%201.599,103.262%20L57.573,159.296%20C61.172,162.898%2065.570,164.999%2069.268,164.999%20C74.566,164.999%2079.163,161.097%2080.863,159.496%20L80.963,159.496%20L214.601,25.016%20C216.001,23.315%20216.001,20.813%20214.501,19.312%20L214.501,19.312%20Z%22/%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 68%;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .pal-checkbox--switch .pal-checkbox__icon {
    width: 52px;
    max-width: 52px;
    min-width: 52px;
    height: 28px;
    max-height: 28px;
    min-height: 28px;
    border-radius: 28px;
    background-color: #f5f7f7;
    border-radius: 50%;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    padding: 2px;
    border-radius: 26px;
    border: 0;
    box-shadow: none;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, background 0.2s ease 0s;
  }
  
  .pal-checkbox--switch .pal-checkbox__icon:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    bottom: -2px;
    transform: scale(1) translate3d(0, 0, 0);
    background-color: transparent;
    width: auto;
    height: auto;
    max-width: none;
    min-width: auto;
    max-height: none;
    min-height: auto;
    margin: 0;
    border: 0;
    background-image: none;
    transition: background 0.2s ease 0s;
  }
  
  .pal-checkbox--switch .pal-checkbox__icon:after {
    content: " ";
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    transition: transform 0.1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transform: scale(1) translate3d(0, 0, 0);
    width: 24px;
    max-width: 24px;
    min-width: 24px;
    height: 24px;
    max-height: 24px;
    min-height: 24px;
    background-color: #fff;
    opacity: 1;
    pointer-events: all;
    border-radius: 50%;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);
  }
  
  .pal-checkbox--switch:hover .pal-checkbox__icon {
    background-color: #e7ecec;
  }
  
  .pal-checkbox--switch input:checked ~ .pal-checkbox__icon {
    border-color: transparent;
  }
  
  .pal-checkbox--switch input:checked ~ .pal-checkbox__icon:before {
    background-color: #0c2d70;
  }
  
  .pal-checkbox--switch input:checked ~ .pal-checkbox__icon:after {
    transform: translate3d(100%, 0, 0);
  }
  
  .pal-radio {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: row;
    margin-top: 1.55em;
    margin-bottom: 1.55em;
  }
  
  .pal-radio:first-child {
    margin-top: 0;
  }
  
  .pal-radio:last-child {
    margin-bottom: 0;
  }
  
  .pal-radio input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .pal-radio input:checked ~ .pal-radio__icon {
    border-color: #0c2d70;
  }
  
  .pal-radio input:checked ~ .pal-radio__icon:after,
  .pal-radio input:checked ~ .pal-radio__icon:before,
  .pal-radio input:checked ~ .pal-radio__icon .pal-icon {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.1s ease 0s, transform 0.1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-radio input:checked ~ .pal-radio__content:before {
    border-color: #0c2d70;
  }
  
  .pal-radio input:checked ~ .pal-radio__content .pal-radio__icon {
    border-color: #0c2d70;
  }
  
  .pal-radio input:checked ~ .pal-radio__content .pal-radio__icon:before {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0);
  }
  
  .pal-radio input:checked ~ .pal-radio__content .pal-radio__note {
    color: #000;
  }
  
  .pal-radio:hover .pal-radio__icon {
    border-color: #e7ecec;
  }
  
  .pal-radio__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-left: 0.875rem;
    line-height: 1.55em;
  }
  
  .pal-radio--smooth .pal-radio__icon {
    background-color: #f5f7f7;
  }
  
  .pal-radio--smooth input:checked ~ .pal-radio__icon {
    background-color: #0c2d70;
    color: #fff;
  }
  
  .pal-radio--smooth input:checked ~ .pal-radio__icon:after,
  .pal-radio--smooth input:checked ~ .pal-radio__icon:before {
    background-color: #fff;
  }
  
  .pal-radio--smooth:hover .pal-radio__icon {
    background-color: #e7ecec;
  }
  
  .pal-radio__icon {
    border: 1px solid #f5f7f7;
    display: block;
    position: relative;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
    width: 24px;
    max-width: 24px;
    min-width: 24px;
    height: 24px;
    max-height: 24px;
    min-height: 24px;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    border-radius: 50%;
  }
  
  .pal-radio__icon:after,
  .pal-radio__icon:before {
    opacity: 0;
    pointer-events: none;
  }
  
  .pal-radio__icon:before {
    content: " ";
    display: block;
    transform: scale(0.5) translate3d(0, 0, 0);
    border-radius: 50%;
    width: 10px;
    max-width: 10px;
    min-width: 10px;
    height: 10px;
    max-height: 10px;
    min-height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    background-color: #0c2d70;
    background-image: none;
  }
  
  .pal-radio input:checked + .pal-radio__icon:before {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0);
  }
  
  .pal-select {
    height: 2.75rem;
    width: 1px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  
  .pal-selectbox {
    position: relative;
    z-index: 1;
  }
  
  .pal-selectbox select {
    position: absolute;
    width: 0;
    opacity: 0;
    pointer-events: none;
  }
  
  .pal-selectbox__arrow {
    position: absolute;
    right: 0.859375rem;
    margin-top: 0;
    opacity: 0.3;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
    color: #95999b;
    transition: opacity 0.2s ease 0s, transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transform: translate3d(0, 0, 0.00002px) scale(1) rotate(0.00001deg);
    width: 12px;
    overflow: visible;
    transform-origin: center center;
  }
  
  .pal-selectbox__arrow:after,
  .pal-selectbox__arrow:before {
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #000;
    z-index: 2;
    transform-origin: center center;
    border-radius: 1px;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .pal-selectbox__arrow:before {
    content: " ";
    display: block;
    left: 50%;
    right: auto;
    transform: rotate(44.00001deg);
    margin-left: -6px;
  }
  
  .pal-selectbox__arrow:after {
    content: " ";
    display: block;
    right: 50%;
    left: auto;
    transform: rotate(-43.99999deg);
    margin-right: -7px;
  }
  
  .pal-selectbox__field {
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 0.859375rem;
    padding-right: 1.71875rem;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .pal-selectbox__value {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    width: 100%;
    flex: 1;
    overflow: hidden;
    padding-right: 0.859375rem;
    text-align: left;
  }
  
  .pal-selectbox__value--placeholder {
    color: #95999b;
  }
  
  .pal-selectbox__dropdown {
    opacity: 0;
    pointer-events: none;
    border-radius: 12px;
    color: #000;
    text-align: left;
    position: absolute;
    top: 100%;
    bottom: auto;
    padding-bottom: 0;
    padding-top: 0;
    transition: opacity 0.1s ease 0s, transform 0.1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
    transform: translate3d(0, -3px, 0);
    background-color: #fff;
    max-height: 0;
    height: 0;
    border-radius: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    box-shadow: 0px 8px 32px -5px rgba(0,0,0,0.2);
  }
  
  .pal-selectbox__list {
    opacity: 0;
    pointer-events: none;
    position: relative;
  }
  
  .pal-selectbox__option {
    padding-top: 0.7158203125rem;
    padding-bottom: 0.5908203125rem;
    padding-left: 0.859375rem;
    padding-right: 0.859375rem;
    cursor: pointer;
    transition: background 0.15s ease 0s, color 0.15s ease 0s;
    line-height: 1.55em;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
  
  .pal-selectbox__option:hover {
    background-color: #f7f9fa;
  }
  
  .pal-selectbox__option--current {
    pointer-events: none;
    margin-left: 0;
    margin-right: 0;
    background-color: #0c2d70;
    color: #fff;
  }
  
  .pal-selectbox__text {
    flex: 1;
  }
  
  .pal-selectbox__icon {
    border-radius: 50%;
    width: 1.125rem;
    max-width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
    max-height: 1.125rem;
    min-height: 1.125rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0.875rem;
  }
  
  .pal-selectbox:hover .pal-selectbox__arrow {
    opacity: 0.8;
  }
  
  .pal-selectbox--top .pal-selectbox__dropdown {
    top: auto;
    bottom: 100%;
    transform: translate3d(0, 3px, 0);
  }
  
  .pal-selectbox--opened {
    z-index: 30;
  }
  
  .pal-selectbox--opened .pal-selectbox__dropdown {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.2s ease, transform 0.34s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    height: auto;
    max-height: none;
    min-height: 100px;
    z-index: 30;
  }
  
  .pal-selectbox--opened .pal-selectbox__list {
    opacity: 1;
    pointer-events: all;
    z-index: 29;
  }
  
  .pal-selectbox--opened .pal-selectbox__arrow {
    transform: translate3d(0, 0, 0.00002px) scale(1) rotate(180.00001deg);
    opacity: 0.8;
  }
  
  .pal-form__field {
    margin-top: 1.55em;
    margin-bottom: 1.55em;
  }
  
  .pal-form__field:last-child {
    margin-bottom: 0;
  }
  
  .pal-form__button {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  
  .pal-form__button:last-child {
    margin-bottom: 0;
  }
  
  .pal-form__note {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-style: italic;
    font-size: 0.75rem;
    color: #989c9d;
  }
  
  .pal-form__note:first-child {
    margin-top: 0;
  }
  
  .pal-form__note:last-child {
    margin-bottom: 0;
  }
  
  .pal-form__panel {
    background-color: #f7f9fa;
    padding: 2.1rem 2.3rem;
    border-radius: 12px;
    border: 1px solid #e3e8ea;
  }
  
  .pal-indent {
    margin-top: 1.55em;
    margin-bottom: 1.55em;
  }
  
  .pal-indent:first-child {
    margin-top: 0;
  }
  
  .pal-indent:last-child {
    margin-bottom: 0;
  }
  
  .pal-indent--sm {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  
  .pal-indent--md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .pal-indent--lg {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  
  .pal-accordeon__item {
    position: relative;
    border-bottom: 1px solid #e3e8ea;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .pal-accordeon__item:last-child {
    border-bottom: 0;
  }
  
  .pal-accordeon__item:last-child {
    margin-bottom: 0;
  }
  
  .pal-accordeon__item.pal-active .pal-accordeon__content {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0);
    height: auto;
    overflow: visible;
  }
  
  .pal-accordeon__item.pal-active .pal-accordeon__icon {
    animation-duration: 0.5s;
    animation-iteration-count: both;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-name: animationRotatetoggleIconIn;
    will-change: transform;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
  }
  
  @keyframes animationRotatetoggleIconIn {
    from {
      transform: rotate(0deg);
      transform-origin: center center;
    }
  
    to {
      transform: rotate(180deg);
      transform-origin: center center;
    }
  }
  
  .pal-accordeon__item.pal-active .pal-accordeon__icon:after {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease 0s;
  }
  
  .pal-accordeon__item:first-child {
    padding-top: 'rem';
  }
  
  .pal-accordeon--indent .pal-accordeon__icon {
    left: auto;
    right: 100%;
    margin-right: 'rem';
  }
  
  .pal-checkbox--switch .pal-checkbox__icon {
    height: 25px;
    max-height: 25px;
    min-height: 25px;
    width: 42px;
    max-width: 42px;
    min-width: 42px;
    border-radius: 25px;
    background-color: #dee0e1;
    transition: background 0.2s ease 0s;
  }
  
  .pal-checkbox--switch .pal-checkbox__icon:after {
    height: 21px;
    max-height: 21px;
    min-height: 21px;
    width: 21px;
    max-width: 21px;
    min-width: 21px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
  }
  
  .pal-checkbox--switch input:checked + .pal-checkbox__icon:after {
    transform: translate3d(17px, 0, 0);
  }
  
  .pal-checkbox--switch input:checked ~ .pal-checkbox__text {
    color: #000;
  }
  
  .pal-checkbox--switch:hover .pal-checkbox__text {
    color: #797c7d;
  }
  
  .pal-checkbox--switch:hover .pal-checkbox__icon {
    background-color: #d4d6d7;
  }
  
  .pal-radio {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  
  .pal-radio__icon {
    box-shadow: none;
    border-width: 2px;
    border-color: #0c2d70;
  }
  
  .pal-radio__icon:before {
    width: 10px;
    max-width: 10px;
    min-width: 10px;
    height: 10px;
    max-height: 10px;
    min-height: 10px;
    margin-left: -5px;
    margin-top: -5px;
  }
  
  .pal-radio:hover .pal-radio__icon {
    border-color: #0c2d70;
  }
  
  .pal-radio input:checked + .pal-radio__icon {
    border-width: 2px;
  }
  
  .pal-label {
    position: relative;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #0c2d70;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    font-size: 0.875rem;
    color: #000;
    white-space: nowrap;
  }
  
  .pal-label__icon {
    position: relative;
    top: -1px;
    margin-left: -0.5rem;
    font-size: 1.125rem;
    height: 2rem;
    line-height: 2rem;
    vertical-align: top;
    margin-right: 0.5rem;
  }
  
  .pal-label--fill {
    background-color: #0c2d70;
    color: #fff;
  }
  
  .pal-label--gray {
    color: rgba(0,0,0,0.8);
    border-color: rgba(0,0,0,0.08);
  }
  
  .pal-filter {
    margin-bottom: 2rem;
  }
  
  .pal-filter--indent {
    margin-top: 2.4rem;
    margin-bottom: 0.6rem;
  }
  
  .pal-filter--border {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  
  .pal-filter__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -1rem;
  }
  
  .pal-filter__list--scroll {
    flex-wrap: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .pal-filter__item {
    position: relative;
    margin-right: 1rem;
    margin-bottom: 1rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.08);
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
  }
  
  .pal-filter__item:hover {
    border-color: rgba(0,0,0,0.12);
  }
  
  .pal-filter__item.pal-active {
    border-color: #0c2d70;
    background-color: #0c2d70;
    color: #fff;
    font-weight: 700;
  }
  
  .pal-filter__item.pal-active .pal-filter__icon {
    color: #fff;
  }
  
  .pal-filter__item--light {
    border-color: #fff;
    background-color: #fff;
  }
  
  .pal-filter__item--light.pal-active {
    font-weight: 400;
  }
  
  .pal-filter__item--dark {
    background-color: #0c2d70;
    color: #fff;
  }
  
  .pal-filter__item--gray {
    border-color: rgba(0,0,0,0.08);
  }
  
  .pal-filter__icon {
    position: relative;
    top: -1px;
    margin-left: -0.5rem;
    font-size: 1.125rem;
    height: 2rem;
    line-height: 2rem;
    vertical-align: top;
    margin-right: 0.5rem;
  }
  
  .pal-logo {
    display: block;
  }
  
  .pal-map {
    position: relative;
    height: 430px;
  }
  
  .pal-map__zoom {
    position: absolute;
    padding: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .pal-map__canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .pal-map__control {
    border-radius: 50%;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    border: 1px solid #c6c7c8;
    background-color: #fff;
    position: relative;
    transition: opacity 0.15s ease 0s;
    cursor: pointer;
  }
  
  .pal-map__control--in:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 20px;
    margin-left: -1px;
    margin-top: -10px;
    background-color: #0c2d70;
  }
  
  .pal-map__control--in:before {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    margin-top: -1px;
    background-color: #0c2d70;
  }
  
  .pal-map__control--out {
    margin-top: 1rem;
  }
  
  .pal-map__control--out:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    position: absolute;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background-color: #0c2d70;
  }
  
  .pal-map .gm-style .gm-style-iw-c {
    border-radius: 3px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Exo 2', Arial, sans-serif;
    box-shadow: none;
    top: 38px;
    left: 40px;
    transform: none;
  }
  
  .pal-map .gm-style .gm-style-iw-c button {
    display: none !important;
  }
  
  .pal-map .gm-style .gm-style-iw-d {
    overflow: hidden !important;
  }
  
  .pal-map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  
  .pal-articles {
    margin-bottom: 2.5rem;
  }
  
  .pal-articles__item {
    display: flex;
    flex-direction: column;
    color: #000;
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    margin-bottom: 40px;
    transform: translate3d(0, 0px, 0);
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .pal-articles__item:last-child {
    margin-bottom: 0;
  }
  
  .pal-articles__item:after {
    content: " ";
    display: block;
    opacity: 0;
    background-color: #1439b0;
    height: 4px;
    top: 100%;
    margin-top: 0.75rem;
    left: 50%;
    transform: translate3d(-50%, -16px, 0);
    border-radius: 2px;
    position: absolute;
    width: 0;
  }
  
  .pal-articles__item:hover {
    transform: translate3d(0, -16px, 0);
  }
  
  .pal-articles__item:hover:after {
    width: 56px;
    opacity: 1;
    transition: opacity 0.1s ease 0.1s, width 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transform: translate3d(-50%, 0px, 0);
  }
  
  .pal-articles__item:hover .pal-articles__content {
    background-color: #e2f1fb;
    transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-articles__image {
    padding-bottom: 56.598985%;
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    z-index: 2;
    display: block;
  }
  
  .pal-articles__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: opacity;
    transform: translate3d(0, 0, 0);
    z-index: 1;
  }
  
  .pal-articles__price {
    font-weight: 700;
    font-size: 1.5rem;
  }
  
  .pal-articles__price--clean {
    color: #989c9d;
  }
  
  .pal-articles__content {
    padding: 1.5rem;
    flex: 1;
    border-left: 1px solid #e3e8ea;
    border-right: 1px solid #e3e8ea;
    border-bottom: 1px solid #e3e8ea;
    border-radius: 0 0 12px 12px;
    display: block;
    height: 100%;
    min-height: 158px;
  }
  
  .pal-articles__content--text {
    border-radius: 0;
  }
  
  .pal-articles__content--price {
    flex: 0;
    min-height: 76px;
  }
  
  .pal-articles__label {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
    background-color: rgba(0,0,0,0.08);
    display: inline-block;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    border-radius: 2px;
    margin-right: 0.5rem;
  }
  
  .pal-articles__label--alert {
    background-color: rgba(238,119,107,0.1);
    color: #ee776b;
  }
  
  .pal-articles__text {
    margin-top: 1rem;
    display: block;
    line-height: 1.4em;
  }
  
  .pal-articles--partners .pal-articles__logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .pal-articles--partners .pal-articles__text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    height: 44px;
    bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .pal-articles--partners .pal-articles__content {
    padding-top: 0;
    padding-bottom: 100%;
    border: 1px solid #e3e8ea;
    border-radius: 0;
  }
  
  .pal-articles--property .pal-articles__content--text {
    min-height: 155px;
  }
  
  .pal-articles--property .pal-articles__image {
    padding-bottom: 63%;
  }
  
  .pal-articles--property .pal-articles__item {
    max-width: 294px;
  }
  
  .pal-articles--slider {
    padding-top: 16px;
  }
  
  .pal-articles--slider .slick-list {
    overflow: visible;
  }
  
  .pal-articles--slider .pal-articles__item {
    display: flex;
    flex-direction: column;
    margin-right: 1.5rem;
    margin-bottom: 0;
    max-width: 394px;
  }
  
  .pal-articles--loading {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .page-is-loaded .pal-articles--loading {
    opacity: 1;
    transform: translate(0px, 0);
  }
  
  .pal-previews {
    position: relative;
  }
  
  .pal-previews:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    top: 52px;
    background-color: #020b28;
  }
  
  .pal-previews__image {
    margin-left: 168px;
    position: relative;
    margin-bottom: 113px;
    display: inline-block;
  }
  
  .pal-previews__image:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
    background-color: #2c2c2c;
  }
  
  .pal-previews__content {
    position: absolute;
    left: 24px;
    top: 72px;
    display: block;
    color: #fff;
  }
  
  .pal-previews__content--list {
    right: 0;
    bottom: 56px;
    top: auto;
    left: auto;
    width: 440px;
  }
  
  .pal-previews__date {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  
  .pal-previews__title {
    font-family: 'Exo 2', Arial, sans-serif;
    display: block;
    font-weight: 700;
    font-size: 3rem;
    font-family: 'Magistral';
    max-width: 50%;
  }
  
  .pal-previews__sub {
    font-weight: 700;
    font-size: 1.5rem;
  }
  
  .pal-previews__item {
    display: flex;
    flex-direction: row;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-left: 30px;
    padding-bottom: 1.5rem;
    padding-top: 2rem;
    transition: background 0.2s ease 0s;
  }
  
  .pal-previews__item .pal-previews__date {
    font-size: 0.875rem;
    padding-top: 0.5rem;
  }
  
  .pal-previews__item:hover {
    background-color: rgba(255,255,255,0.1);
  }
  
  .pal-previews__text {
    font-weight: 700;
    font-size: 1.125rem;
    padding-left: 50px;
    line-height: 1.44444444em;
  }
  
  .pal-previews--animate .pal-previews__content {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-previews--animate .pal-previews__image {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-previews--animate .pal-previews__item {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-previews--animate .pal-previews__item:nth-child(1) {
    transition-delay: 0.1s;
  }
  
  .pal-previews--animate .pal-previews__item:nth-child(2) {
    transition-delay: 0.2s;
  }
  
  .pal-previews--animate .pal-previews__item:nth-child(3) {
    transition-delay: 0.3s;
  }
  
  .pal-previews--animate .pal-previews__item.pal-active {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
  
  .pal-previews--animate.pal-active .pal-previews__content {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    transition-delay: 0.2s;
  }
  
  .pal-previews--animate.pal-active .pal-previews__image {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
  
  .pal-objects__image {
    padding-bottom: 78.571429%;
    position: relative;
    display: block;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transform-origin: left top;
    margin-right: 0.875rem;
  }
  
  .pal-objects__image:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-objects__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .pal-objects__item {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transform: translate3d(0, 0px, 0);
  }
  
  .pal-objects__item:after {
    content: " ";
    display: block;
    opacity: 0;
    background-color: #1439b0;
    height: 4px;
    top: 100%;
    margin-top: 0.75rem;
    left: 50%;
    transform: translate3d(-50%, -16px, 0);
    border-radius: 2px;
    position: absolute;
    width: 0;
  }
  
  .pal-objects__item:hover {
    transform: translate3d(0, -16px, 0);
  }
  
  .pal-objects__item:hover:after {
    width: 56px;
    opacity: 1;
    transition: opacity 0.1s ease 0.1s, width 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transform: translate3d(-50%, 0px, 0);
  }
  
  .pal-objects__item:hover .pal-objects__image {
    transform: translate3d(0px, 10px, 0);
  }
  
  .pal-objects__item:hover .pal-objects__image:after {
    opacity: 0.2;
  }
  
  .pal-objects__text {
    min-height: 132px;
    margin-top: -40px;
    background: linear-gradient(to right, #143c7e, #08266a);
    font-weight: 500;
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-left: 34px;
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transform-origin: left bottom;
  }
  
  .pal-objects--slider {
    overflow: hidden;
    padding-bottom: 1rem;
  }
  
  .pal-objects--animate .pal-objects__slider {
    transform: translate3d(50px, 0px, 0);
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-objects--animate.pal-active .pal-objects__slider {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
  
  .pal-objects__slider .slick-list {
    overflow: visible;
  }
  
  .pal-objects__slider .pal-objects__image {
    padding-bottom: 137.642586%;
    margin-right: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-objects__slider .pal-objects__item {
    width: 293px;
    margin-right: 4rem;
  }
  
  .pal-objects__slider .pal-objects__item:after {
    display: none;
  }
  
  .pal-objects__slider .pal-objects__item:hover {
    transform: translate3d(0px, 0px, 0);
  }
  
  .pal-objects__slider .pal-objects__item:hover .pal-objects__image {
    transform: translate3d(0px, 0px, 0) scale(0.98);
  }
  
  .pal-objects__slider .pal-objects__item:hover .pal-objects__image:after {
    opacity: 0.2;
  }
  
  .pal-objects__slider .pal-objects__item:hover .pal-objects__text {
    transform: translate3d(-5px, -10px, 0) scale(1.02);
  }
  
  .pal-objects__slider .pal-objects__text {
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -53px;
    margin-left: 1.125rem;
    margin-right: -1.125rem;
  }
  
  .pal-objects__slider .pal-objects__name {
    font-family: 'Magistral';
    font-weight: 500;
    font-size: 2rem;
  }
  
  .pal-objects__name {
    margin-bottom: 1rem;
    display: block;
  }
  
  .pal-objects__name:last-child {
    margin-bottom: 0;
  }
  
  .pal-objects__prop {
    display: block;
    margin-bottom: 0.5rem;
  }
  
  .pal-objects__nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 3.5rem;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .pal-objects__link {
    cursor: pointer;
    pointer-events: all;
    border-radius: 50%;
    width: 43px;
    max-width: 43px;
    min-width: 43px;
    height: 43px;
    max-height: 43px;
    min-height: 43px;
    background: linear-gradient(to right, #143c7e, #08266a);
    display: inline-block;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
  }
  
  .pal-objects__link:hover {
    background: linear-gradient(to right, #143c7e, #143c7e);
  }
  
  .pal-objects__link--prev:after,
  .pal-objects__link--prev:before {
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #fff;
    left: 50%;
    margin-left: -5px;
  }
  
  .pal-objects__link--prev:before {
    content: " ";
    display: block;
    top: 50%;
    bottom: auto;
    margin-top: -8px;
    transform-origin: center bottom;
    transform: rotate(45.00001deg);
  }
  
  .pal-objects__link--prev:after {
    content: " ";
    display: block;
    bottom: 50%;
    top: auto;
    margin-bottom: -7px;
    transform-origin: center top;
    transform: rotate(-44.99999deg);
  }
  
  .pal-objects__link--next:after,
  .pal-objects__link--next:before {
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #fff;
    right: 50%;
    margin-right: -5px;
  }
  
  .pal-objects__link--next:before {
    content: " ";
    display: block;
    top: 50%;
    margin-top: -8px;
    transform-origin: center bottom;
    transform: rotate(-44.99999deg);
  }
  
  .pal-objects__link--next:after {
    content: " ";
    display: block;
    bottom: 50%;
    margin-bottom: -7px;
    transform-origin: center top;
    transform: rotate(45.00001deg);
  }
  
  .pal-objects--loading {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .page-is-loaded .pal-objects--loading {
    opacity: 1;
    transform: translate(0px, 0);
  }
  
  .pal-objects--inner .pal-objects__image {
    padding-bottom: 123.642586%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-objects--inner .pal-objects__text {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 24px;
  }
  
  .pal-objects--inner .pal-objects__item {
    width: auto;
  }
  
  .pal-objects--inner .pal-objects__item:after {
    display: none;
  }
  
  .pal-objects--inner .pal-objects__item:hover {
    transform: translate3d(0px, 0px, 0);
  }
  
  .pal-objects--inner .pal-objects__item:hover .pal-objects__image {
    transform: translate3d(0px, 0px, 0) scale(0.98);
  }
  
  .pal-objects--inner .pal-objects__item:hover .pal-objects__image:after {
    opacity: 0.2;
  }
  
  .pal-objects--inner .pal-objects__item:hover .pal-objects__text {
    transform: translate3d(-5px, -10px, 0) scale(1.02);
  }
  
  .pal-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3.4rem;
    margin-bottom: 3.4rem;
    flex-wrap: wrap;
  }
  
  .pal-pagination--right {
    justify-content: flex-end;
  }
  
  .pal-pagination__item {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-weight: 600;
    color: rgba(0,0,0,0.3);
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
  }
  
  .pal-pagination__item:first-child {
    margin-left: 0;
  }
  
  .pal-pagination__item:last-child {
    margin-right: 0;
  }
  
  .pal-pagination__item:hover {
    color: rgba(0,0,0,0.5);
  }
  
  .pal-pagination__item--link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .pal-pagination__item--current {
    color: #fff;
    background-color: #0c2d70;
    pointer-events: none;
  }
  
  .pal-pagination__item--current {
    color: #fff;
    background-color: #0c2d70;
    pointer-events: none;
  }
  
  .pal-programs {
    margin-bottom: 2rem;
  }
  
  .pal-programs:last-child {
    margin-bottom: 0;
  }
  
  .pal-programs__item {
    border-radius: 12px;
    border: 1px solid #e3e8ea;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #fff;
    transition: background 0.3s ease 0s;
    margin-bottom: 2rem;
  }
  
  .pal-programs__item:last-child {
    margin-bottom: 0;
  }
  
  .pal-programs__item:hover {
    background-color: #f7f9fa;
  }
  
  .pal-programs__title {
    font-family: 'Exo 2', Arial, sans-serif;
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  
  .pal-programs__title:last-child {
    margin-bottom: 0;
  }
  
  .pal-programs__section {
    margin-bottom: 26px;
  }
  
  .pal-programs__section:last-child {
    margin-bottom: 0;
  }
  
  .pal-programs__note {
    font-size: 0.875rem;
    opacity: 0.6;
    margin-top: 0.5rem;
  }
  
  .pal-programs__text {
    margin-bottom: 2rem;
    line-height: normal;
  }
  
  .pal-programs__heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 44px;
  }
  
  .pal-programs__icon {
    margin-right: 0.875rem;
  }
  
  .pal-programs--inner {
    margin-bottom: 40px;
  }
  
  .pal-programs--slider .slick-list {
    overflow: visible;
  }
  
  .pal-programs--slider .pal-programs__item {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, background 0.3s ease 0s;
  }
  
  .pal-programs--slider .pal-programs__item.slick-active {
    opacity: 1;
    pointer-events: all;
  }
  
  .pal-range {
    display: flex;
    flex-direction: row;

  }
  
  .pal-range__section {
    border: 1px solid #DBDBDB;
    flex: 1;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0px 8px 32px -3px rgba(0,0,0,0.2);
  }

  @media (max-width: 1024px) {
    .pal-range__section {
      border-top: none;
      box-shadow: none
    }
}
  
  .pal-range__section--filter {
    width: 100%;
    max-width: 100%;
    min-width: 650px;

    background: linear-gradient(291.42deg, #0C255F 9.12%, #143C7E 91.99%);
  }
  
  .pal-range__section--total {
    flex: 1;
    background:  transparent;
    /* background: #F7F9FA; */
    color: #fff;
    width: 100%;
  }
  
  .pal-range__label {
    font-size: 20px;
    font-weight: 500;

    color: 
    #FFFFFF;
    position: relative;
    
  }
  
  .pal-range__item {
    margin-bottom: 35px;
  }
  
  .pal-range__item:last-child {
    margin-bottom: 0;
  }
  
  .pal-range__item .irs {
    margin-bottom: 0;
    font-family: 'Exo 2', Arial, sans-serif;
  }
  
  .pal-range__item .irs-handle {
    background-color: #95ae3c;
    border-color: #95ae3c;
    box-shadow: none;
    cursor: grab;
    top: 11px;
  }
  
  .pal-range__item .irs-handle:active,
  .pal-range__item .irs-handle:focus {
    cursor: grabbing;
  }
  
  .pal-range__item .irs-handle.state_hover,
  .pal-range__item .irs-handle:hover {
    background-color: #95ae3c;
  }
  
  .pal-range__item .irs-bar {
    height: 6px;
    top: 20px;
  }
  
  .pal-range__item .irs-bar--single {
    background-color: #95ae3c;
  }
  
  .pal-range__item .irs--round {
    height: 44px;
  }
  
  .pal-range__item .irs-line {
    top: 20px;
    height: 6px;
    background-color: #efefef;
  }
  
.parts-row.parts-2.parts-space.parts-collapse-md .col{

    width: 100%;
  

}
  
  .pal-range__number {
   color: 
   #DBDBDB;
   font-size: 16px;font-weight: 500;
   
  }
  
  .pal-range__input {
    height: 60px;
    line-height: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    position: relative;
    border: 1px solid #F7F9FA;
border-radius: 4px;
  }
  
  .pal-range__input input {
    position: absolute;
    left:0;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    border: 0;
    background: #2B4C87;
    font-size: 22px;
    color: #fff;
  }
  
  .pal-range__value {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 1rem;
  }
  
  .pal-range__field {
    margin-bottom: 1.8rem;
  }
  
  .pal-range__field:last-child {
    margin-bottom: 0;
  }
  
  .pal-range__field--links {
    margin-bottom: 1.8rem;
  }
  
  .pal-range__field--links:last-child {
    margin-bottom: 0;
  }
  
  .pal-range--animate .pal-range__section {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 1.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-range--animate.pal-active .pal-range__section {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
  
  .pal-range--animate.pal-active .pal-range__section--total {
    transition-delay: 0.1s;
  }
  
  .pal-total__title {
    display: block;
    font-weight: 600;
    font-size: 48px;
    color: #333;
    margin-bottom: 40px;

  }
  
  .pal-total__number {
    font-weight: 600;
    font-size: 30px;
    color: #0C255F;

  }
  
  .pal-total__label{
    color: #333;
    font-size: 24px;
  }
  @media (max-width: 1439px) {
    .pal-total__label{

      font-size: 14px;
    }
  }
  
  .pal-total__field {
    margin-bottom: 1.8rem;
  }
  
  .pal-total__field:last-child {
    margin-bottom: 0;
  }
  
  .pal-total__field--links {
    margin-top: 48px;
  }
  
  .pal-total__price {
    white-space: nowrap;
  }
  .pal-total .pal-btn{
    background: linear-gradient(90deg, #08266A 4%, #143C7E 100%);
    width: 100%;
    color: #fff;

  }
  .pal-btn--outline.pal-btn--light{
    border: none;
    background: none;
    font-size: 24px;
    color: #0C255F;
    font-weight: 400;
  }
  .pal-total__value {
    font-size: 30px;
    font-weight: 600;
    color: #0C255F;
  }
  .parts-row.parts-2.parts-space.parts-collapse-md{
    display: flex;
    margin-top: 140px;
    flex-direction: column;
  }
  @media (max-width: 1439px) {
    .parts-row.parts-2.parts-space.parts-collapse-md{

      margin-top: 0px;
   
    }
  }
  .pal-total__note {
    font-size: 14px;
    color: #333;
  }
  
  .pal-tooltip {
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  
  .pal-tooltip:hover .pal-tooltip__content {
    opacity: 1;
    pointer-events: all;
  }
  
  .pal-tooltip:active .pal-tooltip__content {
    opacity: 1;
    pointer-events: all;
  }
  
  .pal-tooltip__content {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    font-weight: 400;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.875rem;
    background-color: #fff;
    width: 265px;
    border-radius: 4px;
    box-shadow: 0px 8px 32px -5px rgba(0,0,0,0.2);
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: opacity;
    bottom: 100%;
    left: 100%;
    margin-left: -20px;
    margin-bottom: 9px;
  }
  
  .pal-search {
    font-size: 0;
  }
  
  .pal-search__icon {
    font-size: 2.5rem;
    opacity: 0.3;
    padding-top: 1rem;
    cursor: pointer;
  }
  
  .pal-search__field {
    position: absolute;
    border-bottom: 1px solid #636464;
    top: 30px;
    left: 520px;
    right: 230px;
    transform: translateX(10px);
    transition: opacity 0.2s ease 0s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    opacity: 0;
    pointer-events: none;
  }
  
  .pal-search__field input {
    border: 0;
    padding-left: 56px;
    color: rgba(0,0,0,0.8);
    font-size: 1rem;
    font-weight: 500;
    background-color: transparent;
  }
  
  .pal-search__close {
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    font-size: 0.875rem;
    color: #000;
    opacity: 0.3;
    cursor: pointer;
  }
  
  .pal-search__close:hover {
    opacity: 0.5;
  }
  
  .pal-search.pal-active .pal-search__field {
    transform: translateX(0px);
    opacity: 1;
    pointer-events: all;
  }
  
  .pal-results__item {
    display: block;
    color: #000;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  
  .pal-results__item:last-child {
    border-bottom: 0;
  }
  
  .pal-results__item:hover {
    background-color: #f7f9fa;
  }
  
  .pal-results__title {
    font-family: 'Exo 2', Arial, sans-serif;
    display: block;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    opacity: 0.8;
  }
  
  .pal-results__title--main {
    font-size: 2.5rem;
    opacity: 1;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  
  .pal-results__number {
    font-size: 1.5rem;
    opacity: 0.6;
    font-weight: 400;
    margin-top: 0.5rem;
  }
  
  .pal-results__text {
    font-size: 1.25rem;
  }
  
  .pal-results__highlight {
    font-weight: 700;
  }
  
  .pal-slider--contain .pal-slider__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    width: 100%;
    max-width: 1113px;
  }
  
  .pal-slider--contain .pal-slider__container--sm {
    max-width: 578px;
  }
  
  .pal-slider--contain .pal-slider__container--md {
    max-width: 816px;
  }
  
  .pal-slider--contain .pal-slider__container--lg {
    max-width: 1323px;
  }
  
  .pal-slider--dots .slick-dots {
    text-align: center;
    font-size: 0;
    padding: 1rem 1.125rem;
  }
  
  .pal-slider--dots .slick-dots li {
    cursor: pointer;
    padding: 0.625rem;
    display: inline-block;
    vertical-align: middle;
  }
  
  .pal-slider--dots .slick-dots li:before {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0.5rem;
    max-width: 0.5rem;
    min-width: 0.5rem;
    height: 0.5rem;
    max-height: 0.5rem;
    min-height: 0.5rem;
    background-color: #000;
    opacity: 0.1;
    transition: opacity 0.2s ease 0s, transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, background 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transform: translate3d(0, 0, 0) scale(1);
  }
  
  .pal-slider--dots .slick-dots li:hover:before {
    opacity: 0.2;
  }
  
  .pal-slider--dots .slick-dots li.slick-active:before {
    transform: translate3d(0, 0, 0) scale(1.2);
    opacity: 1;
    background-color: #0c2d70;
  }
  
  .pal-slider--shift,
  .pal-slider +child-el(container) {
    transition: transform 0.5s ease 0s;
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }
  
  --shift-left --shift-left__container {
    transform: translate3d(-30px, 0, 0);
  }
  
  --shift-right --shift-right__container {
    transform: translate3d(30px, 0, 0);
  }
  
  .pal-slider--visible {
    overflow: hidden;
    overflow: hidden;
  }
  
  .pal-slider--visible .slick-list {
    overflow: visible;
  }
  
  .pal-slider--visible .pal-slider__item {
    position: relative;
    opacity: 0;
    pointer-events: none;
  }
  
  .slick-active .pal-slider--visible .pal-slider__item,
  .pal-slider--visible .pal-slider__item.slick-active {
    opacity: 1;
    pointer-events: all;
  }
  
  .pal-slider {
    position: relative;
  }
  
  .pal-slider__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

    .parts-row.parts-md.parts-space-xl.parts-nowrap.parts-collapse-md{}

 
  .pal-slider__bg:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
  }
  
  .pal-slider__title {
    font-weight: 900;
    font-size: 4rem;
    line-height: 1.0625em;
    margin-bottom: 2.875rem;
  }
  
  .pal-slider__nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    padding-bottom: 4rem;
    font-size: 0;
  }
  
  .pal-slider__link {
    cursor: pointer;
    border-radius: 50%;
    width: 43px;
    max-width: 43px;
    min-width: 43px;
    height: 43px;
    max-height: 43px;
    min-height: 43px;
    background-color: #fff;
    display: inline-block;
    margin-right: 20px;
    position: relative;
  }
  
  .pal-slider__link--prev:after,
  .pal-slider__link--prev:before {
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #102d8c;
    left: 50%;
    margin-left: -5px;
  }
  
  .pal-slider__link--prev:before {
    content: " ";
    display: block;
    top: 50%;
    bottom: auto;
    margin-top: -8px;
    transform-origin: center bottom;
    transform: rotate(45.00001deg);
  }
  
  .pal-slider__link--prev:after {
    content: " ";
    display: block;
    bottom: 50%;
    top: auto;
    margin-bottom: -7px;
    transform-origin: center top;
    transform: rotate(-44.99999deg);
  }
  
  .pal-slider__link--next:after,
  .pal-slider__link--next:before {
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #102d8c;
    right: 50%;
    margin-right: -5px;
  }
  
  .pal-slider__link--next:before {
    content: " ";
    display: block;
    top: 50%;
    margin-top: -8px;
    transform-origin: center bottom;
    transform: rotate(-44.99999deg);
  }
  
  .pal-slider__link--next:after {
    content: " ";
    display: block;
    bottom: 50%;
    margin-bottom: -7px;
    transform-origin: center top;
    transform: rotate(45.00001deg);
  }
  
  .pal-slider__link:hover {
    background-color: rgba(255,255,255,0.8);
  }
  
  .pal-slider--banner {
    background-color: #000;
  }
  
  .pal-slider--banner .slick-dots {
    position: absolute;
    position: absolute;
    left: 50%;
    width: 1323px;
    margin-left: -661.5px;
    max-width: 1323px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    text-align: right;
    bottom: 0;
    z-index: 2;
    font-size: 0;
    padding-bottom: 4rem;
    pointer-events: none;
  }
  
  .pal-slider--banner .slick-dots li {
    display: inline-block;
    margin-left: 1rem;
  }
  
  .pal-slider--banner .slick-dots button {
    border-radius: 50%;
    width: 33px;
    max-width: 33px;
    min-width: 33px;
    height: 33px;
    max-height: 33px;
    min-height: 33px;
    border: 8px solid #fff;
    pointer-events: all;
  }
  
  .pal-slider--banner .slick-dots .slick-active button {
    border-color: #0c2d70;
  }
  
  .pal-slider--banner .pal-slider__arrows {
    position: absolute;
    left: 24px;
    bottom: 0;
  }
  
  .pal-slider--banner .pal-slider__item {
    padding-top: 272px;
    padding-bottom: 180px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 768px;
    position: relative;
  }
  
  .pal-slider--inner .pal-slider__item {
    min-height: 80vh;
  }
  
  .pal-tabs__list {
    border-bottom: 1px solid #e3e8ea;
    margin-bottom: 2.5rem;
  }
  
  .pal-tabs__list .pal-tabs__nav {
    max-width: 1323px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: -1px;
  }
  
  .pal-tabs__list .pal-tabs__nav--md {
    max-width: 1113px;
  }
  
  .pal-tabs__nav {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    margin-top: $text-indent-base;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .pal-tabs__nav:first-child {
    margin-top: 0;
  }
  
  .pal-tabs__nav--md {
    max-width: 1113px;
  }
  
  .pal-tabs__link {
    font-weight: 600;
    margin-left: 1.375rem;
    margin-right: 1.375rem;
    transition: color 0.2s ease 0s, border 0.2s ease 0s;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.5rem;
    text-align: center;
    border: 0;
    color: #989c9d;
    white-space: nowrap;
  }
  
  .pal-tabs__link:first-child {
    margin-left: 0;
  }
  
  .pal-tabs__link:last-child {
    margin-right: 0;
  }
  
  .pal-tabs__link.pal-active {
    color: #000;
  }
  
  .pal-tabs__slider {
    background-color: #0c2d70;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, width 0.1s ease 0s;
    position: absolute;
    height: 2px;
    border-radius: 2px;
    left: 0;
    bottom: 0;
  }
  
  .pal-tabs__container {
    position: relative;
  }
  
  .pal-tabs__decor {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    top: -106px;
    pointer-events: none;
  }
  
  .pal-tabs__item {
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translate3d(-1%, 0px, 0) scale(0.99) rotate(0.00001deg);
    transform-origin: top center;
    transition: opacity 0s ease 0s, transform 0s ease 0s;
    will-change: opacity transform;
  }
  
  .pal-tabs__item.pal-active {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0px, 0px, 0) scale(1) rotate(0.00001deg);
    visibility: visible;
    position: relative;
    overflow: visible;
    height: auto;
    width: auto;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.05s;
  }
  
  .pal-sections__list {
    border-bottom: 1px solid #e3e8ea;
    margin-bottom: 2.5rem;
  }
  
  .pal-sections__list .pal-sections__nav {
    max-width: 1323px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: -1px;
  }
  
  .pal-sections__list .pal-sections__nav--md {
    max-width: 1113px;
  }
  
  .pal-sections__nav {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    margin-top: $text-indent-base;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .pal-sections__nav:first-child {
    margin-top: 0;
  }
  
  .pal-sections__link {
    font-weight: 600;
    margin-left: 1.375rem;
    margin-right: 1.375rem;
    transition: color 0.2s ease 0s, border 0.2s ease 0s;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.5rem;
    text-align: center;
    border: 0;
    color: #989c9d;
    position: relative;
    white-space: nowrap;
  }
  
  .pal-sections__link:first-child {
    margin-left: 0;
  }
  
  .pal-sections__link:last-child {
    margin-right: 0;
  }
  
  .pal-sections__link.pal-active {
    color: #000;
  }
  
  .pal-sections__link.pal-active:after {
    content: " ";
    display: block;
    background-color: #0c2d70;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, width 0.1s ease 0s;
    position: absolute;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
  
  .pal-video {
    position: relative;
    margin-bottom: 5rem;
    margin-top: 40px;
    cursor: pointer;
  }
  
  .pal-video__container {
    padding-bottom: 66%;
    position: relative;
  }
  
  .pal-video__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .pal-video__play {
    border-radius: 50%;
    width: 102px;
    max-width: 102px;
    min-width: 102px;
    height: 102px;
    max-height: 102px;
    min-height: 102px;
    border: 1px solid #fff;
    transform: translate3d(0, 0, 0);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  
  .pal-video__play:before {
    content: " ";
    display: block;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 40px solid #fff;
    border-right: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin-left: 10px;
  }
  
  .pal-video__play:before {
    margin-left: 8px;
  }
  
  .pal-video__movie {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform-origin: center center;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    background-color: #000;
  }
  
  .pal-video__movie video {
    outline: none;
    display: block;
    max-width: 100%;
    min-width: 100%;
    box-shadow: 0 10px 13px -5px rgba(0,0,0,0.3);
  }
  
  .pal-video--play {
    transform-style: flat;
  }
  
  .pal-video--play .pal-video__bg {
    opacity: 0;
    pointer-events: none;
  }
  
  .pal-video--play .pal-video__play {
    opacity: 0;
    pointer-events: none;
  }
  
  .pal-video--play .pal-video__movie {
    opacity: 1;
    pointer-events: all;
    transform: none;
  }
  
  .pal-video--play .pal-video__content {
    opacity: 0;
    pointer-events: none;
  }
  
  .pal-banner {
    overflow: hidden;
  }
  
  .pal-banner--image {
    min-height: 768px;
    position: relative;
    background-color: #000;
  }
  
  .pal-banner__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
  }
  
  .pal-banner--animate .pal-banner__bg {
    animation-delay: 0s;
    animation-duration: 21s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-name: slideToRight;
    right: -100px;
    left: -100px;
  }
  
  .pal-banner--animate .pal-slider__bg {
    animation-delay: 0s;
    animation-duration: 21s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-name: slideToRight;
    right: -100px;
    left: -100px;
  }
  
  .pal-banner--animate .pal-slider .slick-slide {
    transition: opacity 5s ease 0s !important;
    will-change: opacity;
  }
  
  .pal-banner--animate .pal-slider .slick-slide:nth-child(2n+2) .pal-slider__bg {
    animation-direction: alternate-reverse;
  }
  
  body.page-is-loading {
    overflow: hidden;
  }
  
  body.page-is-loaded {
    overflow: visible;
  }
  
  body.page-is-fixed {
    overflow: hidden;
  }
  
  .pal-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
    background-color: #0c255f;
    color: #fff;
    font-family: 'IBM Plex Sans';
  }
  
  .pal-footer .pal-logo {
    width: 243px;
    margin-bottom: 1.25rem;
  }
  
  .pal-footer .pal-logo svg {
    width: 100%;
  }
  
  .pal-footer .pal-logo path {
    fill: #fff;
  }
  
  .pal-footer .pal-logo:hover {
    opacity: 0.9;
  }
  
  .pal-footer__container {
    padding-top: 3rem;
    border-top: 1px solid #e3e8ea;
    margin-top: 5rem;
  }
  
  .pal-footer__nav {
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  
  .pal-footer__title {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    margin-top: 0.875rem;
    margin-bottom: 1rem;
    position: relative;
  }
  
  .pal-footer__toggle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
  }
  
  .pal-footer__toggle.pal-active .pal-footer__arrow {
    transform: translate3d(0, -50%, 0) rotate(-180deg);
  }
  
  .pal-footer__arrow {
    position: absolute;
    right: 0;
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  
  .pal-footer__item {
    margin-bottom: 1.1rem;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  
  .pal-footer__item:first-child {
    margin-top: 0;
  }
  
  .pal-footer__item:last-child {
    margin-bottom: 0;
  }
  
  .pal-footer__link {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.5em;
    transition: opacity 0.2s ease 0s, color 0.2s ease 0s;
    display: block;
  }
  
  .pal-footer__link--logo:hover {
    opacity: 0.8;
  }
  
  .pal-footer__link--phone:hover {
    text-decoration: underline;
  }
  
  .pal-footer .pal-logo {
    margin-left: 0;
  }
  
  .pal-footer .pal-logo__name {
    display: none;
  }
  
  .pal-footer__dev {
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: opacity;
  }
  
  .pal-footer__dev:hover {
    opacity: 0.8;
  }
  
  .pal-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 40;
    background-color: #f7f9fa;
  }
  
  .pal-header__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
    height: 106px;
    position: relative;
  }
  
  .pal-header__section {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    flex: 1;
  }
  
  .pal-header__section--left {
    justify-content: flex-start;
  }
  
  .pal-header__section--center {
    justify-content: center;
  }
  
  .pal-header__section--right {
    justify-content: flex-end;
  }
  
  .pal-header-- .pal-header__container {
    bg-: ;
  }
  
  .pal-header__container {
    padding-left: 46px;
    padding-right: 46px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-header__section {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    min-width: 76px;
    width: 100%;
  }
  
  .pal-header__section--nav {
    align-items: flex-end;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  
  .pal-header__section--left {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    align-items: flex-start;
  }
  
  .pal-header__section--right {
    text-align: right;
    flex: 0;
    align-items: flex-end;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  
  .pal-header__section--right:last-child {
    padding-right: 0;
    min-width: 50px;
  }
  
  .pal-header__section--logo {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    flex: 0;
  }
  
  .pal-header__section.pal-inactive {
    opacity: 0;
    pointer-events: none;
  }
  
  .pal-header .pal-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .pal-header--light {
    background-color: transparent;
  }
  
  .pal-header--light .pal-logo path {
    fill: #fff;
  }
  
  .pal-header--light .pal-btn--outline {
    color: #fff;
    border-color: #fff;
  }
  
  .pal-header--light .pal-search__field {
    border-color: #fff;
  }
  
  .pal-header--light .pal-search__field input {
    color: #fff;
  }
  
  .pal-header--light .pal-search__icon {
    opacity: 1;
    color: #fff;
  }
  
  .pal-header--light .pal-search__close {
    color: #fff;
  }
  
  .pal-header--light .pal-lang__item {
    color: #fff;
    opacity: 1;
  }
  
  .pal-header--light .pal-burger {
    opacity: 1;
  }
  
  .pal-header--light .pal-burger__line {
    background-color: #fff;
  }
  
  .pal-header--fixed {
    position: fixed;
    transform: translateZ(0);
  }
  
  .pal-header--stick {
    background-color: transparent;
  }
  
  .pal-header--stick:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f7f9fa;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-header--stick.pal-header--light:before {
    content: " ";
    display: block;
    opacity: 0.98;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    background-color: #0c2d70;
    height: 78px;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-header--sticked {
    position: fixed;
  }
  
  .pal-header--sticked.pal-header--light:before {
    transform: translate3d(0, 0%, 0);
  }
  
  .pal-header--sticked.pal-header--light .pal-btn--gradient {
    box-shadow: 0 5px 10px -3px rgba(0,0,0,0.3);
  }
  
  .pal-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    height: 100vh;
    z-index: 41;
    opacity: 0;
    pointer-events: none;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: opacity;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .pal-nav.pal-active {
    opacity: 1;
    pointer-events: all;
  }
  
  .pal-nav__logo {
    height: 102px;
    padding-left: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .pal-nav__section--left {
    position: absolute;
    min-height: 100%;
    width: 455px;
    background-color: #fff;
    z-index: 1;
  }
  
  .pal-nav__section--image {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    left: 455px;
  }
  
  .pal-nav__list {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    height: 100%;
  }
  
  .pal-nav__list--sub {
    position: absolute;
    padding-top: 58px;
    padding-left: 20%;
    left: 85%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10px);
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: transform, opacity;
  }
  
  .pal-nav__list--sub .pal-nav__item {
    margin-bottom: 1.5rem;
  }
  
  .pal-nav__list--sub .pal-nav__link {
    color: #fff;
    font-size: 2rem;
    opacity: 1;
    font-weight: 500;
    padding-left: 2rem;
    white-space: nowrap;
    font-family: 'Exo 2', Arial, sans-serif;
  }
  
  .pal-nav__list--sub.pal-active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0px);
  }
  
  .pal-nav__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .pal-nav__bg:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #002a95;
    opacity: 0.8;
  }
  
  .pal-nav__arrow {
    display: none;
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 0;
  }
  
  .pal-nav__panel {
    position: fixed;
    top: 38px;
    right: 46px;
    color: #fff;
    z-index: 1;
  }
  
  .pal-nav__search .pal-search__icon {
    padding-top: 0;
    opacity: 1;
  }
  
  .pal-nav__lang .pal-lang__item {
    opacity: 1;
  }
  
  .pal-nav__search,
  .pal-nav__lang {
    display: none;
  }
  
  .pal-nav__search--mobile {
    display: none;
    height: 62px;
    margin-top: 51px;
    position: relative;
  }
  
  .pal-nav__search--mobile button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 3rem;
    display: block;
  }
  
  .pal-nav__search--mobile .pal-icon {
    font-size: 2rem;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 1rem;
  }
  
  .pal-nav__search--mobile:after {
    content: " ";
    display: block;
    background-color: #e3e8ea;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
  
  .pal-nav__search--mobile input {
    border: 0;
    height: 62px;
  }
  
  .pal-nav__close {
    font-size: 28px;
    margin-top: 3px;
  }
  
  .pal-nav__toggle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
  }
  
  .touch-device .pal-nav__toggle {
    display: block;
  }
  
  .pal-nav__toggle.pal-active + .pal-icon {
    transform: translateY(-50%) rotate(-180deg);
  }
  
  .pal-nav__item {
    margin-bottom: 2rem;
  }
  
  .touch-device .pal-nav__item {
    position: relative;
  }
  
  .pal-nav__item.pal-active .pal-nav__arrow {
    transform: translateY(-50%) rotate(-180deg);
  }
  
  .pal-nav__item.pal-active .pal-nav__link {
    opacity: 1;
  }
  
  .pal-nav__item.pal-active .pal-nav__list {
    display: block;
    opacity: 1;
    pointer-events: all;
    transform: none;
  }
  
  .pal-nav__item--add {
    display: none;
  }
  
  .pal-nav__item:hover > .pal-nav__link {
    opacity: 0.8;
  }
  
  .pal-nav__item:hover .pal-nav__list--sub {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0px);
  }
  
  .pal-nav__link {
    font-size: 3rem;
    font-weight: 700;
    color: #585b5b;
    font-family: 'Magistral';
    display: block;
    line-height: 1.125em;
    opacity: 0.3;
    transition: opacity 0.2s ease 0s, color 0.2s ease 0s;
    position: relative;
    display: block;
    cursor: default;
  }
  
  a.pal-nav__link {
    cursor: pointer;
  }
  
  .pal-nav .pal-search {
    font-size: 1rem;
  }
  
  .pal-nav .pal-search__close {
    color: #fff;
  }
  
  .pal-nav .pal-search__field {
    top: 0;
    left: auto;
    right: 100%;
    width: 217px;
    border-color: #fff;
  }
  
  .pal-nav .pal-search__field input {
    color: #fff;
    padding-left: 1.5rem;
  }
  
  .pal-page {
    min-height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 106px;
  }
  
  .pal-page__clearfix {
    clear: both;
    display: block;
  }
  
  .pal-page--main {
    padding-top: 0;
  }
  
  .pal-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
  }
  
  .pal-section--dark {
    color: #fff;
    background-color: #020b28;
  }
  
  .pal-section--gray {
    background-color: #f7f9fa;
  }
  
  .pal-section--theme {
    background-color: #0c2d70;
    color: #fff;
  }
  
  .pal-section--gradient {
    background: linear-gradient(to right, #143c7e, #08266a);
    color: #fff;
  }
  
  .pal-section--top {
    padding-top: 2.5rem;
  }
  
  .pal-section--clear-bottom {
    padding-bottom: 0;
  }
  
  .pal-section__title {
    font-family: 'Exo 2', Arial, sans-serif;
    display: block;
    font-weight: 700;
    margin-bottom: 1.3em;
  }
  
  .pal-section__title--special {
    font-weight: bold;
    color: #242424;
    font-size: 50px;
  }
  
  .pal-section__title--main {
    font-size: 2.5rem;
  }
  
  .pal-section__title--mute {
    opacity: 0.6;
  }
  
  .pal-section__note {
    font-size: 0.875rem;
    color: #989c9d;
    font-weight: 400;
    margin-top: 1rem;
  }
  
  .pal-section__sub {
    font-size: 1.5rem;
    font-weight: 600;
  }
  
  .pal-section__pin {
    color: #989c9d;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 0.5rem;
  }
  
  .pal-section__button {
    margin-top: 0.55em;
  }
  
  .pal-loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    z-index: 1000;
    transform: translateZ(0.006px);
  }
  
  .pal-loader svg {
    width: 60px;
    height: 55px;
    animation: logoScaled 2s linear 0s infinite normal;
    transform-origin: 50% 50%;
  }
  
  .pal-loader path {
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  
  .pal-loader path:nth-child(1) {
    animation-name: logoEl1;
  }
  
  .pal-loader path:nth-child(2) {
    animation-name: logoEl2;
  }
  
  .pal-loader path:nth-child(3) {
    animation-name: logoEl3;
  }
  
  .page-is-loaded .pal-loader {
    opacity: 0;
    pointer-events: none;
    transition-delay: 2s;
  }
  
  .pal-popup {
    transform: translate3d(0, 0, 0.004px);
  }
  
  .pal-popup:before {
    background-color: rgba(0,0,0,0.8);
  }
  
  .pal-popup--fullsize:before {
    opacity: 1;
    background-color: #fff;
  }
  
  .pal-popup--fullsize .pal-popup__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  
  .pal-popup--fullsize .pal-popup__content:after {
    display: none;
  }
  
  .pal-popup--fullsize .pal-popup__content > .pal-popup__close {
    transform: scale(1);
    transition: transform 0.2s ease 0.3s;
  }
  
  .pal-popup--fullsize .pal-popup__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0;
    max-width: none;
  }
  
  .pal-popup--fullsize .pal-popup__item.pal-active {
    padding-top: 128px;
    padding-bottom: 5rem;
    flex: 1;
    height: 100%;
  }
  
  .pal-popup--fullsize .pal-popup__logo {
    display: block;
  }
  
  .pal-popup__content > .pal-popup__close {
    transform: scale(0);
    right: 15px;
    top: 15px;
  }
  
  .pal-popup__item {
    transform-origin: top center;
    transform: translate3d(0, 32px, 0.008px) scale(1) rotate(0.000001deg);
  }
  
  .pal-popup__item.pal-active {
    transform: translate3d(0, 0px, 0.008px) scale(1) rotate(0.000001deg);
  }
  
  .pal-popup__item--fullsize {
    max-width: none;
  }
  
  .pal-popup__item--sm {
    max-width: 480px;
  }
  
  .pal-popup__logo {
    position: absolute;
    left: 28px;
    top: 28px;
    display: none;
  }
  
  .pal-popup__close {
    opacity: 0.5;
    font-size: 1.5rem;
  }
  
  .pal-popup__close:after,
  .pal-popup__close:before {
    border-radius: 1px;
    height: 3px;
  }
  
  .pal-card__section--alpha {
    background-color: rgba(0,0,0,0.04);
  }
  
  .pal-card__section--lg {
    padding: 70px;
  }
  
  .pal-card__section--md {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  
  .pal-card__section--gradient {
    background: linear-gradient(to right, #143c7e, #08266a);
  }
  
  .pal-details {
    margin-bottom: 40px;
  }
  
  .pal-details__price--total {
    color: #0c2d70;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .pal-details__props {
    margin-bottom: 40px;
  }
  
  .pal-details__title {
    font-size: 1.125rem;
    font-weight: 700;
    opacity: 0.4;
    min-width: 150px;
    margin-bottom: 0.5rem;
  }
  
  .pal-details__value {
    font-size: 1.125rem;
  }
  
  .pal-details__item {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
  }
  
  .pal-details__item .pal-details__title {
    margin-bottom: 0;
  }
  
  .pal-regions__title {
    font-family: 'Exo 2', Arial, sans-serif;
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.4em;
  }
  
  .pal-regions__title--sub {
    font-size: 1.125rem;
  }
  
  .pal-regions__links {
    margin-bottom: 1.5rem;
  }
  
  .pal-regions__link {
    text-decoration: underline;
    font-size: 0.875rem;
  }
  
  .pal-regions__link:hover {
    text-decoration: none;
  }
  
  .pal-regions__note {
    opacity: 0.6;
    font-weight: 700;
    font-size: 0.875rem;
    margin-top: 3px;
    margin-bottom: 4px;
  }
  
  .pal-regions__text {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
  
  .pal-regions__text p {
    line-height: normal;
    margin-bottom: 0.5em;
  }
  
  .pal-regions__images-wrap {
    width: 330px;
  }
  
  .pal-regions__images {
    padding-bottom: 90%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 12px;
  }
  
  .pal-regions__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    opacity: 0;
    z-index: 1;
  }
  
  .pal-regions__image.pal-active {
    opacity: 1;
  }
  
  .pal-regions__content {
    position: relative;
  }
  
  .pal-regions__item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    padding-right: 120px;
  }
  
  .pal-regions__item.pal-active {
    position: relative;
    opacity: 1;
    pointer-events: all;
    opacity: 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  
  .pal-person__image {
    border-radius: 50%;
    width: 48px;
    max-width: 48px;
    min-width: 48px;
    height: 48px;
    max-height: 48px;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  
  .pal-person__title {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0.3rem;
  }
  
  .pal-person__link {
    font-size: 0.875rem;
    text-decoration: underline;
  }
  
  .pal-pages-list__item {
    position: relative;
    text-align: center;
    border: 1px solid #e3e8ea;
  }
  
  .pal-pages-list__item:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    padding-bottom: 68%;
    pointer-events: none;
    box-shadow: 0 -3px 5px -5px rgba(0,0,0,0.2) inset;
    margin-top: 1px;
  }
  
  .pal-pages-list__content {
    padding: 1.575rem 1.575rem;
    position: relative;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
    background-color: #0c2d70;
  }
  
  .pal-pages-list__link {
    border-bottom-width: 1px;
    transition: border-color 0.15s ease 0s, color 0.15s ease 0s;
    border-bottom-color: rgba(12,45,112,0.3);
    border-bottom-style: solid;
    border-bottom-color: rgba(12,45,112,0.3);
    border-bottom-color: rgba(12,45,112,0.3);
    color: #0c2d70;
    border-bottom-color: rgba(255,255,255,0.3);
    color: #fff;
    font-weight: 600;
  }
  
  .pal-pages-list__link:hover,
  a:hover .pal-pages-list__link {
    border-bottom-color: rgba(12,45,112,0.8);
  }
  
  .pal-pages-list__link:hover,
  a:hover .pal-pages-list__link {
    border-bottom-color: rgba(12,45,112,0.8);
  }
  
  .pal-pages-list__link:hover,
  a:hover .pal-pages-list__link {
    border-bottom-color: rgba(12,45,112,0.8);
  }
  
  .pal-pages-list__link:hover,
  a:hover .pal-pages-list__link {
    border-bottom-color: rgba(255,255,255,0.8);
  }
  
  .pal-pages-list__image {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding-bottom: 68%;
    position: relative;
  }
  
  .pal-pages-list__image img {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .pal-lang {
    line-height: 1;
    position: relative;
  }
  
  .pal-lang__item {
    font-weight: 700;
    font-size: 2rem;
    display: none;
    cursor: pointer;
    min-width: 43px;
    opacity: 0.3;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .pal-lang__item.pal-active {
    display: block;
  }
  
  .pal-contacts {
    max-width: 993px;
    margin-bottom: 1.5rem;
  }
  
  .pal-contacts__item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
  }
  
  .pal-contacts__item:after {
    content: " ";
    display: block;
    position: absolute;
    left: -24px;
    right: -24px;
    height: 1px;
    bottom: 0;
    background-color: #e3e8ea;
  }
  
  .pal-contacts__item:last-child:after {
    display: none;
  }
  
  .pal-contacts__item--clean:after {
    display: none;
  }
  
  .pal-contacts__title {
    font-family: 'Exo 2', Arial, sans-serif;
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.875rem;
    font-size: 24px;
  }
  
  .pal-contacts__note {
    font-size: 0.875rem;
    color: #989c9d;
    line-height: 1.55em;
  }
  
  .pal-contacts__name {
    font-size: 1.125rem;
    line-height: 1.4em;
    margin-bottom: 0.2em;
  }

  .pal-contacts-dealership__place {
    font-family: 'Exo 2', Arial, sans-serif;
    display: block;
    font-size: 1.2rem;
    color: #989c9d;
    margin-bottom: 0.875rem;
  }

  .pal-contacts-dealership__address {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.55em;
  }
  
  .pal-contacts__name:last-child {
    margin-bottom: 0;
  }
  
  .pal-contacts__value {
    font-size: 1.125rem;
    line-height: 1.4em;
    margin-bottom: 0.5rem;
  }
  
  .pal-contacts__link {
    text-decoration: underline;
  }
  
  .pal-tabs .pal-jobs {
    margin-top: 3rem;
  }
  
  .pal-jobs__item {
    margin-bottom: 2rem;
    max-width: 664px;
    display: block;
  }
  
  .pal-jobs__item:hover .pal-jobs__name {
    color: #0c2d70;
    transition: color 0.2s ease 0s;
  }
  
  .pal-jobs__item:hover .pal-jobs__note {
    color: #0c2d70;
    transition: color 0.2s ease 0s;
  }
  
  .pal-jobs__item:hover .pal-jobs__arrow {
    color: #0c2d70;
    transform: translateX(5px);
  }
  
  .pal-jobs__name {
    font-size: 1.25rem;
    color: #000;
  }
  
  .pal-jobs__note {
    color: #989c9d;
  }
  
  .pal-jobs__arrow {
    font-size: 1.375rem;
    color: #989c9d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(0px);
    align-items: flex-end;
    transition: transform 0.2s ease 0s, color 0.2s ease 0s;
  }
  
  .pal-breadcrumbs {
    margin-bottom: 2rem;
    max-width: 578px;
  }
  
  .pal-breadcrumbs__item {
    padding-right: 1.6rem;
  }
  
  .pal-breadcrumbs__link:after,
  .pal-breadcrumbs__link:before {
    margin-left: 1rem;
  }
  
  .pal-breadcrumbs__link,
  .pal-breadcrumbs__current {
    font-size: 0.75rem;
    color: #989c9d;
  }
  
  .pal-socials--square {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
  }
  
  .pal-socials--square .pal-socials__link {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
  }
  
  .pal-socials--square .pal-socials__link:hover {
    background-color: #fff;
    color: #0c2d70;
  }
  
  .pal-btn {
    font-weight: 700;
    text-decoration: none !important;
  }
  
  .pal-btn--text {
    color: #0c2d70;
  }
  
  .pal-btn--text:hover {
    color: #102d8c;
  }
  
  .pal-btn--gradient {
    color: #fff;
    background-color: #102d8c;
    border-color: #102d8c;
  }
  
  .pal-btn--gradient:hover {
    background-color: #102d8c;
  }
  
  .pal-btn--gradient:hover:before {
    opacity: 0;
  }
  
  .pal-btn--gradient:before {
    content: " ";
    display: block;
    opacity: 1;
    background: linear-gradient(to right, #143c7e, #08266a);
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    transition: opacity 0.2s ease 0s;
  }
  
  .pal-btn--gradient > span {
    position: relative;
  }
  
  .pal-back {
    margin-bottom: 1.5rem;
  }
  
  .pal-back__link {
    color: #989c9d;
    display: inline-block;
    position: relative;
  }
  
  .pal-back__link:hover .pal-back__icon {
    transform: translate3d(-5px, -50%, 0);
  }
  
  .pal-back__icon {
    right: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 3px;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: transform;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .pal-content {
    font-size: 20px;
  }
  
  .pal-content a {
    border-bottom-width: 1px;
    transition: border-color 0.15s ease 0s, color 0.15s ease 0s;
    border-bottom-color: rgba(12,45,112,0.3);
  }
  
  .pal-content a:hover,
  a:hover .pal-content a {
    border-bottom-color: rgba(12,45,112,0.8);
  }
  
  .pal-content ul,
  .pal-content ol {
    margin-top: 1.55em;
    margin-bottom: 1.55em;
  }
  
  .pal-content ul li {
    padding-left: 36px;
    position: relative;
    line-height: 1.55em;
    margin-bottom: 1.55em;
    margin-top: 0.55em;
  }
  
  .pal-content ul li:first-child {
    margin-top: 0;
  }
  
  .pal-content ul li:last-child {
    margin-bottom: 0;
  }
  
  .pal-content ul li:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    top: 0.775em;
    height: 1px;
    background-color: #0c2d70;
  }
  
  .pal-content ol {
    counter-reset: item;
    padding-left: 0;
  }
  
  .pal-content ol li {
    padding-left: 3rem;
    position: relative;
    line-height: 1.55em;
    margin-bottom: 1.55em;
    margin-top: 0.55em;
  }
  
  .pal-content ol li:first-child {
    margin-top: 0;
  }
  
  .pal-content ol li:last-child {
    margin-bottom: 0;
  }
  
  .pal-content ol li:before {
    content: " ";
    display: block;
    content: counter(item, decimal) " ";
    counter-increment: item;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.5rem;
    text-align: right;
    font-size: 1.5rem;
    width: 1.5rem;
    color: #0c2d70;
  }
  
  .pal-content blockquote {
    margin-left: 0;
    margin-right: 0;
  }
  
  .pal-content p {
    line-height: normal;
  }
  
  .pal-content ol li,
  .pal-content ul li {
    margin-bottom: 1em;
    padding-left: 30px;
    line-height: 1.3em;
  }
  
  .pal-content ol > li:before {
    line-height: unset;
    left: 0;
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    width: auto;
  }
  @media (max-width: 1439px) {
    .pal-total__number, .pal-total__value{

      font-size: 18px;
    }
  }
  .pal-content ul > li {
    padding-left: 30px;
  }
  
  .pal-content ul > li:before {
    border-radius: 50%;
    width: 10px;
    max-width: 10px;
    min-width: 10px;
    height: 10px;
    max-height: 10px;
    min-height: 10px;
    background-color: #000;
    top: 0.4em;
  }
  
  .pal-content a {
    text-decoration: underline;
    border: 0;
  }
  
  .pal-content a:hover {
    text-decoration: none;
  }
  
  .pal-content__link {
    text-decoration: none !important;
    color: #000;
  }
  
  .pal-content__link:hover {
    color: #0c2d70;
  }
  
  .pal-content__link:hover img {
    filter: brightness(1.3);
  }
  
  .pal-content__image {
    margin-left: 0;
    margin-right: 0;
  }
  
  .pal-content__image figcaption {
    display: block;
    margin-top: 0.75rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    opacity: 0.6;
  }
  
  .pal-table {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    min-width: 100%;
  }
  
  .pal-table th {
    background-color: transparent;
    text-align: left;
    color: rgba(51,51,51,0.3);
    font-size: 0.875rem;
  }
  
  .pal-table td,
  .pal-table th {
    border: 0;
  }
  
  .pal-table td,
  .pal-table th,
  .pal-table td:first-child,
  .pal-table th:first-child,
  .pal-table td:last-child,
  .pal-table th:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .pal-table td {
    font-size: 1.125rem;
  }
  
  .pal-table th {
    text-align: left;
  }
  
  .pal-table tr.extra td {
    background-color: #c7dcf9;
  }
  
  .pal-table--strip tr:nth-child(even) td {
    background-color: #e2e9fa;
  }
  
  .pal-table--strip2 tr td {
    background-color: #e2e9fa;
  }
  
  .pal-table--strip2 tr:nth-child(even) td {
    background-color: transparent;
  }
  
  .pal-table--border td,
  .pal-table--border th {
    border-bottom: 1px solid #e3e8ea;
  }
  
  .pal-table--border tr:last-child td,
  .pal-table--border tr:last-child th {
    border: 0;
  }
  
  .pal-table--head th {
    background-color: #e8f1ff;
    color: #333;
    font-size: 0.875rem;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
    opacity: 0.6;
    vertical-align: middle;
  }
  
  .pal-table--hovered td {
    transition: background 0.2s ease 0s;
  }
  
  .pal-table--hovered tr:hover td {
    background-color: #e8f0fb;
  }
  
  .pal-table--scrolling {
    position: relative;
  }
  
  .pal-table--scrolling thead {
    top: 80px !important;
  }
  
  .pal-report {
    margin-left: -1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .pal-report .pal-table {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    max-width: 100%;
    min-width: 0;
    table-layout: fixed;
    margin-top: 0;
  }
  
  .pal-report .pal-table th {
    background-color: #e8f1ff;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: rgba(51,51,51,0.6);
    vertical-align: middle;
  }
  
  .pal-report .pal-table tr:first-child + tr td {
    padding-top: 24px;
  }
  
  .pal-report .pal-table tr:last-child td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .pal-report .pal-table tr:last-child:hover td {
    background-color: transparent;
  }
  
  .pal-report .pal-table tr:hover td {
    background-color: #e8f0fb;
  }
  
  .pal-report .pal-table td {
    width: 100%;
    height: 50px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    vertical-align: middle;
  }
  
  .pal-report .pal-table td:nth-child(2),
  .pal-report .pal-table td:nth-child(3) {
    min-width: 170px;
  }
  
  .pal-report .pal-table__lable {
    line-height: 2rem;
    border-radius: 4px;
    font-size: 0.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    white-space: nowrap;
  }
  
  .pal-report .pal-table__lable--success {
    background-color: #0c2d70;
    color: #fff;
  }
  
  .pal-report .pal-table__lable--disable {
    background-color: #d7d7d7;
  }
  
  .pal-report .pal-table__lable--waiting {
    background-color: #c1d2f9;
    color: rgba(0,0,0,0.6);
  }
  
  .table-wrap--indent {
    margin-left: -1rem;
  }
  
  .table-wrap--indent table {
    margin-left: 0;
    margin-right: 0;
  }
  
  .pal-accordeon__item {
    border: 1px solid #e3e8ea;
    border-radius: 12px;
    margin-bottom: 1.5rem;
  }
  
  .pal-accordeon__item:last-child {
    border: 1px solid #e3e8ea;
  }
  
  .pal-accordeon__item.pal-active {
    border-color: #d4dcdf;
  }
  
  .pal-accordeon__item.pal-active .pal-accordeon__icon {
    animation: none;
    transform: translate3d(0, -50%, 0) rotate(-180deg);
  }
  
  .pal-accordeon__item:hover {
    border-color: #d4dcdf;
  }
  
  .pal-accordeon__content {
    padding-left: 2.3125rem;
  }
  
  .pal-accordeon__heading {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 3.5rem;
  }
  
  .pal-accordeon__icon {
    right: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    font-size: 1.125rem;
    height: auto;
    margin: 0;
    animation: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    opacity: 0.3;
  }
  
  .pal-accordeon__icon:after,
  .pal-accordeon__icon:before {
    display: none;
  }
  
  .pal-accordeon__text {
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .pal-accordeon__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3em;
    margin-left: 1.5rem;
    max-width: 800px;
  }
  
  .pal-nums-list {
    margin-top: 2rem;
  }
  
  .pal-nums-list__item {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .pal-nums-list__item:last-child {
    margin-bottom: 0;
  }
  
  .pal-nums-list__num {
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 1.125rem;
    color: #000;
    line-height: 1.3em;
  }
  
  .pal-nums-list__text {
    padding-left: 30px;
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 1rem;
  }
  
  .pal-nums-list__download {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
    margin-right: 4rem;
  }
  
  .pal-nums-list__name {
    font-weight: 700;
    font-size: 1.125rem;
    margin-left: 0.625rem;
  }
  
  @keyframes logoScaled {
    0% {
      transform: scale(0) rotate(0deg);
    }
  
    10% {
      transform: scale(0) rotate(0deg);
    }
  
    30% {
      transform: scale(1) rotate(80deg);
    }
  
    60% {
      transform: scale(1) rotate(180deg);
    }
  
    80% {
      transform: scale(1) rotate(225deg);
    }
  
    100% {
      transform: scale(0.3) rotate(360deg);
    }
  }
  
  @keyframes logoEl1 {
    0% {
      -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
      clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
  
    10% {
      -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
      clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
  
    50% {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  
    75% {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  
    100% {
      -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
      clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
  }
  
  @keyframes logoEl2 {
    0% {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
  
    10% {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
  
    50% {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  
    75% {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  
    100% {
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
      clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    }
  }
  
  @keyframes logoEl3 {
    0% {
      -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0% 100%);
    }
  
    10% {
      -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0% 100%);
    }
  
    50% {
      -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0% 100%);
      clip-path: polygon(100% 100%, 100% 0, 0 0, 0% 100%);
    }
  
    75% {
      -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0% 100%);
      clip-path: polygon(100% 100%, 100% 0, 0 0, 0% 100%);
    }
  
    100% {
      -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
  }
  
  @keyframes slideToRight {
    from {
      transform: translate3d(-100px, 0px, 0px);
    }
  
    to {
      transform: translate3d(0px, 0px, 0px);
    }
  }
  
  @keyframes slideToLeft {
    from {
      transform: translate3d(100px, 0px, 0px);
    }
  
    to {
      transform: translate3d(0px, 0px, 0px);
    }
  }
  
  @media only screen and (min-width: 769px) {
    .pal-header__section--logo {
      min-width: 224px;
    }
  
    .pal-header--sticked:before {
      transform: translate3d(0, -25px, 0);
    }
  
    .pal-header--sticked .pal-header__container {
      transform: translate3d(0, -15px, 0);
    }
  
    .pal-header--sticked .pal-logo {
      width: 284px;
    }
  
    .pal-header--sticked .pal-logo svg {
      max-width: 100%;
    }
  }
  
  @media only screen and (max-width: 1350px) {
    .pal-total .pal-btn {
      display: block;
      width: 100%;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  
  @media only screen and (max-width: 1340px) {
    .pal-calendar__container {
      width: 100%;
      max-width: 325px;
    }
  }
  
  @media only screen and (max-width: 1240px) {
    .visible-xl {
      opacity: 1;
      pointer-events: all;
    }
  
    .invisible-xl {
      opacity: 0;
      pointer-events: none;
    }
  
    .hide-xl {
      display: none !important;
    }
  
    .show-xl {
      display: block !important;
    }
  
    .parts-auto-xl > .col {
      flex: 1;
      width: auto !important;
      max-width: 100%;
      min-width: auto;
    }
  
    .parts-nowrap-xl {
      flex-wrap: nowrap;
    }
  
    .parts-center-xl {
      justify-content: center;
    }
  
    .parts-center-xl > .col {
      margin-left: 0;
      margin-right: 0;
    }
  
    .parts-right-xl {
      justify-content: flex-end;
    }
  
    .parts-left-xl {
      justify-content: flex-start;
    }
  
    .parts-justify-xl {
      justify-content: space-between;
      flex-grow: 1;
    }
  
    .parts-justify-xl > .col {
      max-width: 100%;
    }
  
    .parts-md-xl {
      align-items: center;
    }
  
    .parts-bottom-xl {
      align-items: flex-end;
    }
  
    .parts-top-xl {
      align-items: flex-start;
    }
  
    .parts-row > .part-left-xl {
      margin-right: auto;
      margin-left: 0;
      align-items: flex-start;
    }
  
    .parts-row > .part-right-xl {
      display: flex;
      flex-direction: column;
      margin-left: auto;
      margin-right: 0;
      align-items: flex-end;
    }
  
    .part-auto-xl {
      flex-grow: 1 !important;
      flex-basis: 0;
      flex-shrink: 1;
      width: auto !important;
    }
  
    .parts-row > .part-md-xl {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  
    .parts-row > .part-top-xl {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
  
    .parts-row > .part-bottom-xl {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }
  
    .parts-2-xl > .col {
      width: 50%;
      min-width: 50%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-3-xl > .col {
      width: 33.333333333333336%;
      min-width: 33.333333333333336%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-4-xl > .col {
      width: 25%;
      min-width: 25%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-5-xl > .col {
      width: 20%;
      min-width: 20%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-6-xl > .col {
      width: 16.666666666666668%;
      min-width: 16.666666666666668%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-8-xl > .col {
      width: 12.5%;
      min-width: 12.5%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-10-xl > .col {
      width: 10%;
      min-width: 10%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-12-xl > .col {
      width: 8.333333333333334%;
      min-width: 8.333333333333334%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-13-xl > .col {
      width: 7.692307692307693%;
      min-width: 7.692307692307693%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-1 > .part-1-xl {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-2 > .part-1-xl {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-3 > .part-1-xl {
      width: 33.333333333333336%;
      min-width: 33.333333333333336%;
    }
  
    .parts-4 > .part-1-xl {
      width: 25%;
      min-width: 25%;
    }
  
    .parts-5 > .part-1-xl {
      width: 20%;
      min-width: 20%;
    }
  
    .parts-6 > .part-1-xl {
      width: 16.666666666666668%;
      min-width: 16.666666666666668%;
    }
  
    .parts-2 > .part-2-xl {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-3 > .part-2-xl {
      width: 66.66666666666667%;
      min-width: 66.66666666666667%;
    }
  
    .parts-4 > .part-2-xl {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-5 > .part-2-xl {
      width: 40%;
      min-width: 40%;
    }
  
    .parts-6 > .part-2-xl {
      width: 33.333333333333336%;
      min-width: 33.333333333333336%;
    }
  
    .parts-3 > .part-3-xl {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-4 > .part-3-xl {
      width: 75%;
      min-width: 75%;
    }
  
    .parts-5 > .part-3-xl {
      width: 60%;
      min-width: 60%;
    }
  
    .parts-6 > .part-3-xl {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-4 > .part-4-xl {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-5 > .part-4-xl {
      width: 80%;
      min-width: 80%;
    }
  
    .parts-6 > .part-4-xl {
      width: 66.66666666666667%;
      min-width: 66.66666666666667%;
    }
  
    .parts-5 > .part-5-xl {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-6 > .part-5-xl {
      width: 83.33333333333334%;
      min-width: 83.33333333333334%;
    }
  
    .parts-6 > .part-6-xl {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-8 > .part-1-xl {
      width: 12.5%;
      min-width: 12.5%;
    }
  
    .parts-8 > .part-2-xl {
      width: 25%;
      min-width: 25%;
    }
  
    .parts-8 > .part-3-xl {
      width: 37.5%;
      min-width: 37.5%;
    }
  
    .parts-8 > .part-4-xl {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-8 > .part-5-xl {
      width: 62.5%;
      min-width: 62.5%;
    }
  
    .parts-8 > .part-6-xl {
      width: 75%;
      min-width: 75%;
    }
  
    .parts-8 > .part-7-xl {
      width: 87.5%;
      min-width: 87.5%;
    }
  
    .parts-8 > .part-8-xl {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-10 > .part-1-xl {
      width: 10%;
      min-width: 10%;
    }
  
    .parts-10 > .part-2-xl {
      width: 20%;
      min-width: 20%;
    }
  
    .parts-10 > .part-3-xl {
      width: 30%;
      min-width: 30%;
    }
  
    .parts-10 > .part-4-xl {
      width: 40%;
      min-width: 40%;
    }
  
    .parts-10 > .part-5-xl {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-10 > .part-6-xl {
      width: 60%;
      min-width: 60%;
    }
  
    .parts-10 > .part-7-xl {
      width: 70%;
      min-width: 70%;
    }
  
    .parts-10 > .part-8-xl {
      width: 80%;
      min-width: 80%;
    }
  
    .parts-10 > .part-9-xl {
      width: 90%;
      min-width: 90%;
    }
  
    .parts-10 > .part-10-xl {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-12 > .part-1-xl {
      width: 8.333333333333334%;
      min-width: 8.333333333333334%;
    }
  
    .parts-12 > .part-2-xl {
      width: 16.666666666666668%;
      min-width: 16.666666666666668%;
    }
  
    .parts-12 > .part-3-xl {
      width: 25%;
      min-width: 25%;
    }
  
    .parts-12 > .part-4-xl {
      width: 33.333333333333336%;
      min-width: 33.333333333333336%;
    }
  
    .parts-12 > .part-5-xl {
      width: 41.66666666666667%;
      min-width: 41.66666666666667%;
    }
  
    .parts-12 > .part-6-xl {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-12 > .part-7-xl {
      width: 58.333333333333336%;
      min-width: 58.333333333333336%;
    }
  
    .parts-12 > .part-8-xl {
      width: 66.66666666666667%;
      min-width: 66.66666666666667%;
    }
  
    .parts-12 > .part-9-xl {
      width: 75%;
      min-width: 75%;
    }
  
    .parts-12 > .part-10-xl {
      width: 83.33333333333334%;
      min-width: 83.33333333333334%;
    }
  
    .parts-12 > .part-11-xl {
      width: 91.66666666666667%;
      min-width: 91.66666666666667%;
    }
  
    .parts-12 > .part-12-xl {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-13 > .part-1-xl {
      width: 7.692307692307693%;
      min-width: 7.692307692307693%;
    }
  
    .parts-13 > .part-2-xl {
      width: 15.384615384615385%;
      min-width: 15.384615384615385%;
    }
  
    .parts-13 > .part-3-xl {
      width: 23.076923076923077%;
      min-width: 23.076923076923077%;
    }
  
    .parts-13 > .part-4-xl {
      width: 30.76923076923077%;
      min-width: 30.76923076923077%;
    }
  
    .parts-13 > .part-5-xl {
      width: 38.46153846153846%;
      min-width: 38.46153846153846%;
    }
  
    .parts-13 > .part-6-xl {
      width: 46.15384615384615%;
      min-width: 46.15384615384615%;
    }
  
    .parts-13 > .part-7-xl {
      width: 53.84615384615385%;
      min-width: 53.84615384615385%;
    }
  
    .parts-13 > .part-8-xl {
      width: 61.53846153846154%;
      min-width: 61.53846153846154%;
    }
  
    .parts-13 > .part-9-xl {
      width: 69.23076923076923%;
      min-width: 69.23076923076923%;
    }
  
    .parts-13 > .part-10-xl {
      width: 76.92307692307692%;
      min-width: 76.92307692307692%;
    }
  
    .parts-13 > .part-11-xl {
      width: 84.61538461538461%;
      min-width: 84.61538461538461%;
    }
  
    .parts-13 > .part-12-xl {
      width: 92.3076923076923%;
      min-width: 92.3076923076923%;
    }
  
    .parts-13 > .part-13-xl {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-space-base-xl {
      margin-left: -0.5rem;
      margin-right: -0.5rem;
    }
  
    .parts-space-base-xl > .col {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-bottom: 1rem;
    }
  
    .parts-space-base-xl:last-child,
    .parts-space-base-xl.parts-clear-bottom {
      margin-bottom: -1rem;
    }
  
    .parts-space-xs-xl {
      margin-left: -0.05rem;
      margin-right: -0.05rem;
    }
  
    .parts-space-xs-xl > .col {
      padding-left: 0.05rem;
      padding-right: 0.05rem;
      margin-bottom: 0.1rem;
    }
  
    .parts-space-xs-xl:last-child,
    .parts-space-xs-xl.parts-clear-bottom {
      margin-bottom: -0.1rem;
    }
  
    .parts-space-sm-xl {
      margin-left: -0.1rem;
      margin-right: -0.1rem;
    }
  
    .parts-space-sm-xl > .col {
      padding-left: 0.1rem;
      padding-right: 0.1rem;
      margin-bottom: 0.2rem;
    }
  
    .parts-space-sm-xl:last-child,
    .parts-space-sm-xl.parts-clear-bottom {
      margin-bottom: -0.2rem;
    }
  
    .parts-space-md-xl {
      margin-left: -0.25rem;
      margin-right: -0.25rem;
    }
  
    .parts-space-md-xl > .col {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
      margin-bottom: 0.5rem;
    }
  
    .parts-space-md-xl:last-child,
    .parts-space-md-xl.parts-clear-bottom {
      margin-bottom: -0.5rem;
    }
  
    .parts-space-lg-xl {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }
  
    .parts-space-lg-xl > .col {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      margin-bottom: 1.5rem;
    }
  
    .parts-space-lg-xl:last-child,
    .parts-space-lg-xl.parts-clear-bottom {
      margin-bottom: -1.5rem;
    }
  
    .parts-space-xl-xl {
      margin-left: -1rem;
      margin-right: -1rem;
    }
  
    .parts-space-xl-xl > .col {
      padding-left: 1rem;
      padding-right: 1rem;
      margin-bottom: 2rem;
    }
  
    .parts-space-xl-xl:last-child,
    .parts-space-xl-xl.parts-clear-bottom {
      margin-bottom: -2rem;
    }
  
    .parts-space-xxl-xl {
      margin-left: -2rem;
      margin-right: -2rem;
    }
  
    .parts-space-xxl-xl > .col {
      padding-left: 2rem;
      padding-right: 2rem;
      margin-bottom: 4rem;
    }
  
    .parts-space-xxl-xl:last-child,
    .parts-space-xxl-xl.parts-clear-bottom {
      margin-bottom: -4rem;
    }
  
    .parts-unspace-xl {
      margin-left: 0;
      margin-right: 0;
    }
  
    .parts-unspace-xl > .col {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
    }
  
    .parts-unspace-xl:last-child,
    .parts-unspace-xl.parts-clear-bottom {
      margin-bottom: 0;
    }
  
    .parts-collapse-xl {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      min-width: 100%;
      flex-wrap: wrap;
    }
  
    .parts-collapse-xl > .col {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      min-width: 100% !important;
      width: 100% !important;
      flex-basis: auto;
    }
  
    .part-collapse-xl {
      min-width: 100% !important;
      width: 100% !important;
      flex-basis: auto;
    }
  
    .part-first-xl {
      order: -1;
    }
  
    .part-last-xl {
      order: 1;
    }
  
    .pal-form__side--list {
      padding-left: 20px;
    }
  
    .pal-slider--banner .slick-dots {
      left: 0;
      right: 0;
      width: 100%;
      text-align: right;
      transform: translateX(0);
      margin: 0;
    }
  
    .pal-range {
      margin-left: auto;
      margin-right: auto;
      max-width: 1323px;
    }
  
    .pal-range__section {
      width: auto;
      max-width: none;
      min-width: 0;
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
    .pal-slider--banner .slick-dots {
      text-align: right;
      left: 0;
      right: 0;
      width: 100%;
      transform: translateX(0);
      margin: 0;
    }
  
    .pal-header .pal-logo {
      width: 280px;
    }
  
    .pal-header .pal-logo svg {
      width: 100%;
    }
  
    .text-h1-xl {
      font-size: 3rem;
    }
  
    .text-h2-xl {
      font-size: 2rem;
    }
  
    .text-h3-xl {
      font-size: 1.5rem;
    }
  
    .text-h4-xl {
      font-size: 1.125rem;
    }
  
    .text-h5-xl {
      font-size: 1rem;
    }
  
    .text-h6-xl {
      font-size: 0.875rem;
    }
  
    .text-lead-xl {
      font-size: 4rem;
    }
  
    .text-base-xl {
      font-size: 1rem;
    }
  
    .text-max-xl {
      font-size: 1.5rem;
    }
  
    .text-xxl-xl {
      font-size: 1.375rem;
    }
  
    .text-xl-xl {
      font-size: 1.25rem;
    }
  
    .text-lg-xl {
      font-size: 1.125rem;
    }
  
    .text-md-xl {
      font-size: 0.875rem;
    }
  
    .text-sm-xl {
      font-size: 0.75rem;
    }
  
    .text-xs-xl {
      font-size: 0.625rem;
    }
  
    .text-xxs-xl {
      font-size: 0.5rem;
    }
  
    .text-center-xl {
      text-align: center;
    }
  
    .text-right-xl {
      text-align: right;
    }
  
    .text-left-xl {
      text-align: left;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .visible-lg {
      opacity: 1;
      pointer-events: all;
    }
  
    .invisible-lg {
      opacity: 0;
      pointer-events: none;
    }
  
    .hide-lg {
      display: none !important;
    }
  
    .show-lg {
      display: block !important;
    }
  
    .parts-auto-lg > .col {
      flex: 1;
      width: auto !important;
      max-width: 100%;
      min-width: auto;
    }
  
    .parts-nowrap-lg {
      flex-wrap: nowrap;
    }
  
    .parts-center-lg {
      justify-content: center;
    }
  
    .parts-center-lg > .col {
      margin-left: 0;
      margin-right: 0;
    }
  
    .parts-right-lg {
      justify-content: flex-end;
    }
  
    .parts-left-lg {
      justify-content: flex-start;
    }
  
    .parts-justify-lg {
      justify-content: space-between;
      flex-grow: 1;
    }
  
    .parts-justify-lg > .col {
      max-width: 100%;
    }
  
    .parts-md-lg {
      align-items: center;
    }
  
    .parts-bottom-lg {
      align-items: flex-end;
    }
  
    .parts-top-lg {
      align-items: flex-start;
    }
  
    .parts-row > .part-left-lg {
      margin-right: auto;
      margin-left: 0;
      align-items: flex-start;
    }
  
    .parts-row > .part-right-lg {
      display: flex;
      flex-direction: column;
      margin-left: auto;
      margin-right: 0;
      align-items: flex-end;
    }
  
    .part-auto-lg {
      flex-grow: 1 !important;
      flex-basis: 0;
      flex-shrink: 1;
      width: auto !important;
    }
  
    .parts-row > .part-md-lg {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  
    .parts-row > .part-top-lg {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
  
    .parts-row > .part-bottom-lg {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }
  
    .parts-2-lg > .col {
      width: 50%;
      min-width: 50%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-3-lg > .col {
      width: 33.333333333333336%;
      min-width: 33.333333333333336%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-4-lg > .col {
      width: 25%;
      min-width: 25%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-5-lg > .col {
      width: 20%;
      min-width: 20%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-6-lg > .col {
      width: 16.666666666666668%;
      min-width: 16.666666666666668%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-8-lg > .col {
      width: 12.5%;
      min-width: 12.5%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-10-lg > .col {
      width: 10%;
      min-width: 10%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-12-lg > .col {
      width: 8.333333333333334%;
      min-width: 8.333333333333334%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-13-lg > .col {
      width: 7.692307692307693%;
      min-width: 7.692307692307693%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-1 > .part-1-lg {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-2 > .part-1-lg {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-3 > .part-1-lg {
      width: 33.333333333333336%;
      min-width: 33.333333333333336%;
    }
  
    .parts-4 > .part-1-lg {
      width: 25%;
      min-width: 25%;
    }
  
    .parts-5 > .part-1-lg {
      width: 20%;
      min-width: 20%;
    }
  
    .parts-6 > .part-1-lg {
      width: 16.666666666666668%;
      min-width: 16.666666666666668%;
    }
  
    .parts-2 > .part-2-lg {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-3 > .part-2-lg {
      width: 66.66666666666667%;
      min-width: 66.66666666666667%;
    }
  
    .parts-4 > .part-2-lg {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-5 > .part-2-lg {
      width: 40%;
      min-width: 40%;
    }
  
    .parts-6 > .part-2-lg {
      width: 33.333333333333336%;
      min-width: 33.333333333333336%;
    }
  
    .parts-3 > .part-3-lg {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-4 > .part-3-lg {
      width: 75%;
      min-width: 75%;
    }
  
    .parts-5 > .part-3-lg {
      width: 60%;
      min-width: 60%;
    }
  
    .parts-6 > .part-3-lg {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-4 > .part-4-lg {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-5 > .part-4-lg {
      width: 80%;
      min-width: 80%;
    }
  
    .parts-6 > .part-4-lg {
      width: 66.66666666666667%;
      min-width: 66.66666666666667%;
    }
  
    .parts-5 > .part-5-lg {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-6 > .part-5-lg {
      width: 83.33333333333334%;
      min-width: 83.33333333333334%;
    }
  
    .parts-6 > .part-6-lg {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-8 > .part-1-lg {
      width: 12.5%;
      min-width: 12.5%;
    }
  
    .parts-8 > .part-2-lg {
      width: 25%;
      min-width: 25%;
    }
  
    .parts-8 > .part-3-lg {
      width: 37.5%;
      min-width: 37.5%;
    }
  
    .parts-8 > .part-4-lg {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-8 > .part-5-lg {
      width: 62.5%;
      min-width: 62.5%;
    }
  
    .parts-8 > .part-6-lg {
      width: 75%;
      min-width: 75%;
    }
  
    .parts-8 > .part-7-lg {
      width: 87.5%;
      min-width: 87.5%;
    }
  
    .parts-8 > .part-8-lg {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-10 > .part-1-lg {
      width: 10%;
      min-width: 10%;
    }
  
    .parts-10 > .part-2-lg {
      width: 20%;
      min-width: 20%;
    }
  
    .parts-10 > .part-3-lg {
      width: 30%;
      min-width: 30%;
    }
  
    .parts-10 > .part-4-lg {
      width: 40%;
      min-width: 40%;
    }
  
    .parts-10 > .part-5-lg {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-10 > .part-6-lg {
      width: 60%;
      min-width: 60%;
    }
  
    .parts-10 > .part-7-lg {
      width: 70%;
      min-width: 70%;
    }
  
    .parts-10 > .part-8-lg {
      width: 80%;
      min-width: 80%;
    }
  
    .parts-10 > .part-9-lg {
      width: 90%;
      min-width: 90%;
    }
  
    .parts-10 > .part-10-lg {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-12 > .part-1-lg {
      width: 8.333333333333334%;
      min-width: 8.333333333333334%;
    }
  
    .parts-12 > .part-2-lg {
      width: 16.666666666666668%;
      min-width: 16.666666666666668%;
    }
  
    .parts-12 > .part-3-lg {
      width: 25%;
      min-width: 25%;
    }
  
    .parts-12 > .part-4-lg {
      width: 33.333333333333336%;
      min-width: 33.333333333333336%;
    }
  
    .parts-12 > .part-5-lg {
      width: 41.66666666666667%;
      min-width: 41.66666666666667%;
    }
  
    .parts-12 > .part-6-lg {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-12 > .part-7-lg {
      width: 58.333333333333336%;
      min-width: 58.333333333333336%;
    }
  
    .parts-12 > .part-8-lg {
      width: 66.66666666666667%;
      min-width: 66.66666666666667%;
    }
  
    .parts-12 > .part-9-lg {
      width: 75%;
      min-width: 75%;
    }
  
    .parts-12 > .part-10-lg {
      width: 83.33333333333334%;
      min-width: 83.33333333333334%;
    }
  
    .parts-12 > .part-11-lg {
      width: 91.66666666666667%;
      min-width: 91.66666666666667%;
    }
  
    .parts-12 > .part-12-lg {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-13 > .part-1-lg {
      width: 7.692307692307693%;
      min-width: 7.692307692307693%;
    }
  
    .parts-13 > .part-2-lg {
      width: 15.384615384615385%;
      min-width: 15.384615384615385%;
    }
  
    .parts-13 > .part-3-lg {
      width: 23.076923076923077%;
      min-width: 23.076923076923077%;
    }
  
    .parts-13 > .part-4-lg {
      width: 30.76923076923077%;
      min-width: 30.76923076923077%;
    }
  
    .parts-13 > .part-5-lg {
      width: 38.46153846153846%;
      min-width: 38.46153846153846%;
    }
  
    .parts-13 > .part-6-lg {
      width: 46.15384615384615%;
      min-width: 46.15384615384615%;
    }
  
    .parts-13 > .part-7-lg {
      width: 53.84615384615385%;
      min-width: 53.84615384615385%;
    }
  
    .parts-13 > .part-8-lg {
      width: 61.53846153846154%;
      min-width: 61.53846153846154%;
    }
  
    .parts-13 > .part-9-lg {
      width: 69.23076923076923%;
      min-width: 69.23076923076923%;
    }
  
    .parts-13 > .part-10-lg {
      width: 76.92307692307692%;
      min-width: 76.92307692307692%;
    }
  
    .parts-13 > .part-11-lg {
      width: 84.61538461538461%;
      min-width: 84.61538461538461%;
    }
  
    .parts-13 > .part-12-lg {
      width: 92.3076923076923%;
      min-width: 92.3076923076923%;
    }
  
    .parts-13 > .part-13-lg {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-space-base-lg {
      margin-left: -0.5rem;
      margin-right: -0.5rem;
    }
  
    .parts-space-base-lg > .col {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-bottom: 1rem;
    }
  
    .parts-space-base-lg:last-child,
    .parts-space-base-lg.parts-clear-bottom {
      margin-bottom: -1rem;
    }
  
    .parts-space-xs-lg {
      margin-left: -0.05rem;
      margin-right: -0.05rem;
    }
  
    .parts-space-xs-lg > .col {
      padding-left: 0.05rem;
      padding-right: 0.05rem;
      margin-bottom: 0.1rem;
    }
  
    .parts-space-xs-lg:last-child,
    .parts-space-xs-lg.parts-clear-bottom {
      margin-bottom: -0.1rem;
    }
  
    .parts-space-sm-lg {
      margin-left: -0.1rem;
      margin-right: -0.1rem;
    }
  
    .parts-space-sm-lg > .col {
      padding-left: 0.1rem;
      padding-right: 0.1rem;
      margin-bottom: 0.2rem;
    }
  
    .parts-space-sm-lg:last-child,
    .parts-space-sm-lg.parts-clear-bottom {
      margin-bottom: -0.2rem;
    }
  
    .parts-space-md-lg {
      margin-left: -0.25rem;
      margin-right: -0.25rem;
    }
  
    .parts-space-md-lg > .col {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
      margin-bottom: 0.5rem;
    }
  
    .parts-space-md-lg:last-child,
    .parts-space-md-lg.parts-clear-bottom {
      margin-bottom: -0.5rem;
    }
  
    .parts-space-lg-lg {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }
  
    .parts-space-lg-lg > .col {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      margin-bottom: 1.5rem;
    }
  
    .parts-space-lg-lg:last-child,
    .parts-space-lg-lg.parts-clear-bottom {
      margin-bottom: -1.5rem;
    }
  
    .parts-space-xl-lg {
      margin-left: -1rem;
      margin-right: -1rem;
    }
  
    .parts-space-xl-lg > .col {
      padding-left: 1rem;
      padding-right: 1rem;
      margin-bottom: 2rem;
    }
  
    .parts-space-xl-lg:last-child,
    .parts-space-xl-lg.parts-clear-bottom {
      margin-bottom: -2rem;
    }
  
    .parts-space-xxl-lg {
      margin-left: -2rem;
      margin-right: -2rem;
    }
  
    .parts-space-xxl-lg > .col {
      padding-left: 2rem;
      padding-right: 2rem;
      margin-bottom: 4rem;
    }
  
    .parts-space-xxl-lg:last-child,
    .parts-space-xxl-lg.parts-clear-bottom {
      margin-bottom: -4rem;
    }
  
    .parts-unspace-lg {
      margin-left: 0;
      margin-right: 0;
    }
  
    .parts-unspace-lg > .col {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
    }
  
    .parts-unspace-lg:last-child,
    .parts-unspace-lg.parts-clear-bottom {
      margin-bottom: 0;
    }
  
    .parts-collapse-lg {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      min-width: 100%;
      flex-wrap: wrap;
    }
  
    .parts-collapse-lg > .col {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      min-width: 100% !important;
      width: 100% !important;
      flex-basis: auto;
    }
  
    .part-collapse-lg {
      min-width: 100% !important;
      width: 100% !important;
      flex-basis: auto;
    }
  
    .part-first-lg {
      order: -1;
    }
  
    .part-last-lg {
      order: 1;
    }
  
    .pal-p404__name {
      font-size: 8rem;
    }
  
    .pal-p404__title {
      font-size: 1.125rem;
    }
  
    .pal-calendar {
      display: none;
    }
  
    .pal-calendar--mobile {
      display: block;
    }
  
    .pal-form__section {
      display: block;
    }
  
    .pal-form__side {
      min-width: 0;
    }
  
    .pal-form__side--list {
      padding-left: 0;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 3rem;
    }
  
    .pal-logo {
      width: auto;
      margin-left: auto;
      margin-right: auto;
    }
  
    .pal-previews__title {
      max-width: none;
    }
  
    .pal-previews__content {
      position: relative;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin-bottom: 30px;
    }
  
    .pal-previews__content--list {
      width: auto;
      margin-bottom: 0;
      padding-bottom: 56px;
    }
  
    .pal-previews__image {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: auto;
      margin-left: auto;
      margin-right: auto;
      padding-left: 80px;
      padding-right: 80px;
      margin-bottom: 0;
      margin-top: -28px;
    }
  
    .pal-previews__image:after {
      left: 80px;
      right: 80px;
    }
  
    .pal-range {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      margin-top: 2rem;
      width: auto;
      min-width: 0;
      display: block;
    }
  
    .pal-range__section--filter {
      margin-right: 0;
      margin-bottom: 2rem;
    }
  
    .pal-total__note {
      margin-top: 1rem;
    }
  
    .pal-tooltip__content {
      width: auto;
      bottom: auto;
      left: 50%;
      top: 100%;
      margin-top: 5px;
      margin-right: 0;
      margin-left: 0;
      transform: translate3d(-50%, 0, 0);
    }
  
    .pal-results__item,
    .pal-results__title--main {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .pal-slider__title {
      font-size: 3.5rem;
    }
  
    .pal-banner--image {
      padding-bottom: 100%;
      min-height: none;
    }
  
    .pal-footer__nav {
      justify-content: flex-start;
      flex-wrap: wrap;
      text-align: left;
      margin-top: 0;
    }
  
    .pal-footer__list {
      display: none;
      margin-bottom: 1rem;
    }
  
    .pal-footer__list.pal-active {
      display: block;
    }
  
    .pal-footer__title {
      font-size: 1rem;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .pal-footer__toggle {
      display: block;
    }
  
    .pal-footer .pal-logo__sign {
      display: none;
    }
  
    .pal-footer .pal-logo__name {
      display: block;
    }
  
    .pal-header .pal-logo {
      width: 224px;
    }
  
    .pal-header .pal-logo svg {
      width: 100%;
    }
  
    .pal-header__container {
      padding-left: 24px;
      padding-right: 24px;
    }
  
    .pal-header .pal-btn {
      font-size: 1rem;
      padding-left: 1.125rem;
      padding-right: 1.125rem;
      height: 3rem;
      line-height: 3rem;
    }
  
    .pal-header .pal-btn .pal-icon {
      height: 3rem;
    }
  
    .pal-nav__logo svg {
      width: 224px;
    }
  
    .pal-nav__panel {
      right: 24px;
    }
  
    .pal-nav__search,
    .pal-nav__lang {
      display: block;
    }
  
    .pal-nav__search--mobile {
      display: none;
    }
  
    .pal-nav__section--left {
      width: 336px;
    }
  
    .pal-nav__section--image {
      left: 336px;
    }
  
    .pal-nav__link {
      font-size: 2rem;
    }
  
    .pal-nav__list {
      flex: 1;
      height: auto;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  
    .pal-nav__list--sub {
      padding-top: 42px;
      padding-bottom: 0;
    }
  
    .touch-device .pal-nav__list--sub {
      padding-top: 0;
      left: 100%;
    }
  
    .pal-nav__list--sub .pal-nav__item {
      margin-bottom: 1.125rem;
    }
  
    .pal-nav__list--sub .pal-nav__link {
      margin-bottom: 1.125rem;
      font-size: 1.125rem;
    }
  
    .pal-nav__list--sub .pal-nav__link:hover {
      opacity: 1;
    }
  
    .pal-page--main {
      padding-top: 0;
    }
  
    .pal-section__title--special {
      font-size: 2rem;
    }
  
    .pal-section__title--main {
      font-size: 2rem;
    }
  
    .text-h1-lg {
      font-size: 3rem;
    }
  
    .text-h2-lg {
      font-size: 2rem;
    }
  
    .text-h3-lg {
      font-size: 1.5rem;
    }
  
    .text-h4-lg {
      font-size: 1.125rem;
    }
  
    .text-h5-lg {
      font-size: 1rem;
    }
  
    .text-h6-lg {
      font-size: 0.875rem;
    }
  
    .text-lead-lg {
      font-size: 4rem;
    }
  
    .text-base-lg {
      font-size: 1rem;
    }
  
    .text-max-lg {
      font-size: 1.5rem;
    }
  
    .text-xxl-lg {
      font-size: 1.375rem;
    }
  
    .text-xl-lg {
      font-size: 1.25rem;
    }
  
    .text-lg-lg {
      font-size: 1.125rem;
    }
  
    .text-md-lg {
      font-size: 0.875rem;
    }
  
    .text-sm-lg {
      font-size: 0.75rem;
    }
  
    .text-xs-lg {
      font-size: 0.625rem;
    }
  
    .text-xxs-lg {
      font-size: 0.5rem;
    }
  
    .text-center-lg {
      text-align: center;
    }
  
    .text-right-lg {
      text-align: right;
    }
  
    .text-left-lg {
      text-align: left;
    }
  
    .pal-card__section--collapse-lg {
      padding-left: 0;
      padding-right: 0;
    }
  
    .pal-regions__item {
      padding-right: 0;
    }
  
    .pal-regions__text {
      font-size: 1rem;
    }
  
    .pal-regions__title--md {
      font-size: 1.5rem;
    }
  
    .pal-back__link {
      padding-left: 1.5rem;
    }
  
    .pal-back__icon {
      left: 3px;
      right: auto;
      margin-right: 0;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .visible-md {
      opacity: 1;
      pointer-events: all;
    }
  
    .invisible-md {
      opacity: 0;
      pointer-events: none;
    }
  
    .hide-md {
      display: none !important;
    }
  
    .show-md {
      display: block !important;
    }
  
    .parts-auto-md > .col {
      flex: 1;
      width: auto !important;
      max-width: 100%;
      min-width: auto;
    }
  
    .parts-nowrap-md {
      flex-wrap: nowrap;
    }
  
    .parts-center-md {
      justify-content: center;
    }
  
    .parts-center-md > .col {
      margin-left: 0;
      margin-right: 0;
    }
  
    .parts-right-md {
      justify-content: flex-end;
    }
  
    .parts-left-md {
      justify-content: flex-start;
    }
  
    .parts-justify-md {
      justify-content: space-between;
      flex-grow: 1;
    }
  
    .parts-justify-md > .col {
      max-width: 100%;
    }
  
    .parts-md-md {
      align-items: center;
    }
  
    .parts-bottom-md {
      align-items: flex-end;
    }
  
    .parts-top-md {
      align-items: flex-start;
    }
  
    .parts-row > .part-left-md {
      margin-right: auto;
      margin-left: 0;
      align-items: flex-start;
    }
  
    .parts-row > .part-right-md {
      display: flex;
      flex-direction: column;
      margin-left: auto;
      margin-right: 0;
      align-items: flex-end;
    }
  
    .part-auto-md {
      flex-grow: 1 !important;
      flex-basis: 0;
      flex-shrink: 1;
      width: auto !important;
    }
  
    .parts-row > .part-md-md {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  
    .parts-row > .part-top-md {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
  
    .parts-row > .part-bottom-md {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }
  
    .parts-2-md > .col {
      width: 50%;
      min-width: 50%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-3-md > .col {
      width: 33.333333333333336%;
      min-width: 33.333333333333336%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-4-md > .col {
      width: 25%;
      min-width: 25%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-5-md > .col {
      width: 20%;
      min-width: 20%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-6-md > .col {
      width: 16.666666666666668%;
      min-width: 16.666666666666668%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-8-md > .col {
      width: 12.5%;
      min-width: 12.5%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-10-md > .col {
      width: 10%;
      min-width: 10%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-12-md > .col {
      width: 8.333333333333334%;
      min-width: 8.333333333333334%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-13-md > .col {
      width: 7.692307692307693%;
      min-width: 7.692307692307693%;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
    }
  
    .parts-1 > .part-1-md {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-2 > .part-1-md {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-3 > .part-1-md {
      width: 33.333333333333336%;
      min-width: 33.333333333333336%;
    }
  
    .parts-4 > .part-1-md {
      width: 25%;
      min-width: 25%;
    }
  
    .parts-5 > .part-1-md {
      width: 20%;
      min-width: 20%;
    }
  
    .parts-6 > .part-1-md {
      width: 16.666666666666668%;
      min-width: 16.666666666666668%;
    }
  
    .parts-2 > .part-2-md {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-3 > .part-2-md {
      width: 66.66666666666667%;
      min-width: 66.66666666666667%;
    }
  
    .parts-4 > .part-2-md {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-5 > .part-2-md {
      width: 40%;
      min-width: 40%;
    }
  
    .parts-6 > .part-2-md {
      width: 33.333333333333336%;
      min-width: 33.333333333333336%;
    }
  
    .parts-3 > .part-3-md {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-4 > .part-3-md {
      width: 75%;
      min-width: 75%;
    }
  
    .parts-5 > .part-3-md {
      width: 60%;
      min-width: 60%;
    }
  
    .parts-6 > .part-3-md {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-4 > .part-4-md {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-5 > .part-4-md {
      width: 80%;
      min-width: 80%;
    }
  
    .parts-6 > .part-4-md {
      width: 66.66666666666667%;
      min-width: 66.66666666666667%;
    }
  
    .parts-5 > .part-5-md {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-6 > .part-5-md {
      width: 83.33333333333334%;
      min-width: 83.33333333333334%;
    }
  
    .parts-6 > .part-6-md {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-8 > .part-1-md {
      width: 12.5%;
      min-width: 12.5%;
    }
  
    .parts-8 > .part-2-md {
      width: 25%;
      min-width: 25%;
    }
  
    .parts-8 > .part-3-md {
      width: 37.5%;
      min-width: 37.5%;
    }
  
    .parts-8 > .part-4-md {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-8 > .part-5-md {
      width: 62.5%;
      min-width: 62.5%;
    }
  
    .parts-8 > .part-6-md {
      width: 75%;
      min-width: 75%;
    }
  
    .parts-8 > .part-7-md {
      width: 87.5%;
      min-width: 87.5%;
    }
  
    .parts-8 > .part-8-md {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-10 > .part-1-md {
      width: 10%;
      min-width: 10%;
    }
  
    .parts-10 > .part-2-md {
      width: 20%;
      min-width: 20%;
    }
  
    .parts-10 > .part-3-md {
      width: 30%;
      min-width: 30%;
    }
  
    .parts-10 > .part-4-md {
      width: 40%;
      min-width: 40%;
    }
  
    .parts-10 > .part-5-md {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-10 > .part-6-md {
      width: 60%;
      min-width: 60%;
    }
  
    .parts-10 > .part-7-md {
      width: 70%;
      min-width: 70%;
    }
  
    .parts-10 > .part-8-md {
      width: 80%;
      min-width: 80%;
    }
  
    .parts-10 > .part-9-md {
      width: 90%;
      min-width: 90%;
    }
  
    .parts-10 > .part-10-md {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-12 > .part-1-md {
      width: 8.333333333333334%;
      min-width: 8.333333333333334%;
    }
  
    .parts-12 > .part-2-md {
      width: 16.666666666666668%;
      min-width: 16.666666666666668%;
    }
  
    .parts-12 > .part-3-md {
      width: 25%;
      min-width: 25%;
    }
  
    .parts-12 > .part-4-md {
      width: 33.333333333333336%;
      min-width: 33.333333333333336%;
    }
  
    .parts-12 > .part-5-md {
      width: 41.66666666666667%;
      min-width: 41.66666666666667%;
    }
  
    .parts-12 > .part-6-md {
      width: 50%;
      min-width: 50%;
    }
  
    .parts-12 > .part-7-md {
      width: 58.333333333333336%;
      min-width: 58.333333333333336%;
    }
  
    .parts-12 > .part-8-md {
      width: 66.66666666666667%;
      min-width: 66.66666666666667%;
    }
  
    .parts-12 > .part-9-md {
      width: 75%;
      min-width: 75%;
    }
  
    .parts-12 > .part-10-md {
      width: 83.33333333333334%;
      min-width: 83.33333333333334%;
    }
  
    .parts-12 > .part-11-md {
      width: 91.66666666666667%;
      min-width: 91.66666666666667%;
    }
  
    .parts-12 > .part-12-md {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-13 > .part-1-md {
      width: 7.692307692307693%;
      min-width: 7.692307692307693%;
    }
  
    .parts-13 > .part-2-md {
      width: 15.384615384615385%;
      min-width: 15.384615384615385%;
    }
  
    .parts-13 > .part-3-md {
      width: 23.076923076923077%;
      min-width: 23.076923076923077%;
    }
  
    .parts-13 > .part-4-md {
      width: 30.76923076923077%;
      min-width: 30.76923076923077%;
    }
  
    .parts-13 > .part-5-md {
      width: 38.46153846153846%;
      min-width: 38.46153846153846%;
    }
  
    .parts-13 > .part-6-md {
      width: 46.15384615384615%;
      min-width: 46.15384615384615%;
    }
  
    .parts-13 > .part-7-md {
      width: 53.84615384615385%;
      min-width: 53.84615384615385%;
    }
  
    .parts-13 > .part-8-md {
      width: 61.53846153846154%;
      min-width: 61.53846153846154%;
    }
  
    .parts-13 > .part-9-md {
      width: 69.23076923076923%;
      min-width: 69.23076923076923%;
    }
  
    .parts-13 > .part-10-md {
      width: 76.92307692307692%;
      min-width: 76.92307692307692%;
    }
  
    .parts-13 > .part-11-md {
      width: 84.61538461538461%;
      min-width: 84.61538461538461%;
    }
  
    .parts-13 > .part-12-md {
      width: 92.3076923076923%;
      min-width: 92.3076923076923%;
    }
  
    .parts-13 > .part-13-md {
      width: 100%;
      min-width: 100%;
    }
  
    .parts-space-base-md {
      margin-left: -0.5rem;
      margin-right: -0.5rem;
    }
  
    .parts-space-base-md > .col {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-bottom: 1rem;
    }
  
    .parts-space-base-md:last-child,
    .parts-space-base-md.parts-clear-bottom {
      margin-bottom: -1rem;
    }
  
    .parts-space-xs-md {
      margin-left: -0.05rem;
      margin-right: -0.05rem;
    }
  
    .parts-space-xs-md > .col {
      padding-left: 0.05rem;
      padding-right: 0.05rem;
      margin-bottom: 0.1rem;
    }
  
    .parts-space-xs-md:last-child,
    .parts-space-xs-md.parts-clear-bottom {
      margin-bottom: -0.1rem;
    }
  
    .parts-space-sm-md {
      margin-left: -0.1rem;
      margin-right: -0.1rem;
    }
  
    .parts-space-sm-md > .col {
      padding-left: 0.1rem;
      padding-right: 0.1rem;
      margin-bottom: 0.2rem;
    }
  
    .parts-space-sm-md:last-child,
    .parts-space-sm-md.parts-clear-bottom {
      margin-bottom: -0.2rem;
    }
  
    .parts-space-md-md {
      margin-left: -0.25rem;
      margin-right: -0.25rem;
    }
  
    .parts-space-md-md > .col {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
      margin-bottom: 0.5rem;
    }
  
    .parts-space-md-md:last-child,
    .parts-space-md-md.parts-clear-bottom {
      margin-bottom: -0.5rem;
    }
  
    .parts-space-lg-md {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }
  
    .parts-space-lg-md > .col {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      margin-bottom: 1.5rem;
    }
  
    .parts-space-lg-md:last-child,
    .parts-space-lg-md.parts-clear-bottom {
      margin-bottom: -1.5rem;
    }
  
    .parts-space-xl-md {
      margin-left: -1rem;
      margin-right: -1rem;
    }
  
    .parts-space-xl-md > .col {
      padding-left: 1rem;
      padding-right: 1rem;
      margin-bottom: 2rem;
    }
  
    .parts-space-xl-md:last-child,
    .parts-space-xl-md.parts-clear-bottom {
      margin-bottom: -2rem;
    }
  
    .parts-space-xxl-md {
      margin-left: -2rem;
      margin-right: -2rem;
    }
  
    .parts-space-xxl-md > .col {
      padding-left: 2rem;
      padding-right: 2rem;
      margin-bottom: 4rem;
    }
  
    .parts-space-xxl-md:last-child,
    .parts-space-xxl-md.parts-clear-bottom {
      margin-bottom: -4rem;
    }
  
    .parts-unspace-md {
      margin-left: 0;
      margin-right: 0;
    }
  
    .parts-unspace-md > .col {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
    }
  
    .parts-unspace-md:last-child,
    .parts-unspace-md.parts-clear-bottom {
      margin-bottom: 0;
    }
  
    .parts-collapse-md {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      min-width: 100%;
      flex-wrap: wrap;
    }
  
    .parts-collapse-md > .col {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      min-width: 100% !important;
      width: 100% !important;
      flex-basis: auto;
    }
  
    .part-collapse-md {
      min-width: 100% !important;
      width: 100% !important;
      flex-basis: auto;
    }
  
    .part-first-md {
      order: -1;
    }
  
    .part-last-md {
      order: 1;
    }
  
    .pal-popup__content {
      padding: 1.575rem 1.575rem;
    }
  
    .pal-form__title {
      font-size: 28px;
    }
  
    .pal-map__zoom {
      display: none;
    }
  
    .pal-previews__content {
      min-height: 200px;
    }
  
    .pal-previews__content--list {
      min-height: 0;
      height: auto;
      padding-bottom: 48px;
    }
  
    .pal-previews__date {
      font-size: 0.875rem;
      margin-bottom: 0.5rem;
    }
  
    .pal-previews__title {
      font-size: 1.5rem;
    }
  
    .pal-previews__item {
      padding-left: 0;
      display: block;
    }
  
    .pal-previews__text {
      padding-left: 0;
      display: block;
    }
  
    .pal-previews__image {
      padding-left: 0;
      padding-right: 0;
      overflow: hidden;
      height: 205px;
    }
  
    .pal-previews__image:after {
      left: 0px;
      right: 0px;
    }
  
    .pal-objects__text {
      margin-left: 12px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-right: -2px;
    }
  
    .pal-objects__slider .pal-objects__name {
      font-size: 28px;
    }
  
    .pal-objects__prop {
      font-size: 0.875rem;
    }
  
    .pal-range {
      padding-left: 0;
      padding-right: 0;
    }
  
    .pal-range__item--md {
      padding-right: 0;
    }
  
    .pal-range__section {
      padding-left: 0.875rem;
      padding-right: 0.875rem;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  
    .pal-total__title,
   
  
    .pal-results__item,
   
  
    .pal-slider__title {
      font-size: 1.75rem;
    }
  
    .pal-slider--banner .slick-dots li {
      display: none;
    }
  
    .pal-slider--banner .slick-dots li.slick-active {
      display: block;
    }
  
    .pal-slider--banner .pal-slider__item {
      padding-top: 120px;
      padding-bottom: 158px;
      min-height: 568px;
    }
  
    .pal-tabs__link {
      font-size: 0.875rem;
      margin-left: 0.75rem;
      margin-right: 0.75rem;
    }
  
    .pal-sections__link {
      font-size: 0.875rem;
      margin-left: 0.75rem;
      margin-right: 0.75rem;
    }
  
    .pal-banner--image {
      min-height: 586px;
    }
  
    .pal-footer__container {
      margin-top: 0;
    }
  
    .pal-footer__link {
      font-size: 0.75rem;
    }
  
    .pal-header__section--nav {
      display: none;
    }
  
    .pal-header--stick.pal-header--light:before {
      height: 51px;
    }