.main-banner .slick-track {
  height: 100vh;
}

#calculator__wrapper .pal-range__input input {
  background-color: transparent;
  max-width: 70%;
  font-size: 18px;
}

#calculator__wrapper .pal-range__input .pal-range__value {
  font-size: 18px;
}

.pal-input__placeholder > span,
.pal-form__list-item,
.pal-checkbox__text {
  color: rgba(0, 0, 0, 0.8) !important;
}

.pal-progress__step {
  opacity: 0.8 !important;
}

.pal-articles__item {
  width: 100%;
}

.pal-content ul > li.file:before {
  background-color: transparent !important;
}

.pal-filter__item_custom {
  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_custom_active {
  position: relative;
  margin-right: 1rem;
  margin-bottom: 1rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 4px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  white-space: nowrap;
  border-color: #0c2d70;
  background-color: #0c2d70;
  color: #fff;
  font-weight: 700;
}

.pal-filter__item_custom_disabled {
  position: relative;
  margin-right: 1rem;
  margin-bottom: 1rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 4px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  white-space: nowrap;
  border-color: #f5f7f7;
  background-color: #f5f7f7;
  color: #000;
  font-weight: 400;
}

.pal-slider__title_custom {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.0625em;
  margin-bottom: 0.875rem;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pal-slider__title_custom {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .pal-slider__title_custom {
    font-size: 1.75rem;
  }
}

.product_specs .pal-details__item .pal-details__title,
.product_specs .pal-details__item .pal-details__value {
  width: 50%;
}

.product_specs .pal-details__item .pal-details__title {
  padding-right: 10px;
}

/* list styles */
.product_detail ol,
.pal-nums-list__text ol {
  counter-reset: item;
  padding-left: 0;
}

.product_detail ol li:first-child,
.pal-nums-list__text ol li:first-child {
  margin-top: 0;
}

.product_detail ol li,
.pal-nums-list__text ol li {
  padding-left: 3rem;
  position: relative;
  line-height: 1.55em;
  margin-bottom: 1.55em;
  margin-top: 0.55em;
}

.product_detail ol > li:before,
.pal-nums-list__text ol > li:before {
  line-height: unset;
  left: 0;
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  width: auto;
}

.product_detail ol li:before,
.pal-nums-list__text 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: left;
  font-size: 1.5rem;
  width: 1.5rem;
  color: #0c2d70;
}

.product_detail ul,
.product_detail ol,
.pal-nums-list__text ul,
.pal-nums-list__text ol {
  margin-top: 1.55em;
  margin-bottom: 1.55em;
}

.product_detail ul li:first-child,
.pal-nums-list__text ul li:first-child {
  margin-top: 0;
}

.product_detail ul li,
.pal-nums-list__text ul li {
  padding-left: 36px;
  position: relative;
  line-height: 1.55em;
  margin-bottom: 1.55em;
  margin-top: 0.55em;
}

.product_detail ul > li,
.pal-nums-list__text ul > li {
  padding-left: 30px;
}

.product_detail ol li,
.product_detail ul li,
.pal-nums-list__text ol li,
.pal-nums-list__text ul li {
  margin-bottom: 1em;
  padding-left: 30px;
  line-height: 1.3em;
}

.product_detail ul > li:before,
.pal-nums-list__text 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;
}

.product_detail ul li:before,
.pal-nums-list__text ul li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  top: 0.4em;
  height: 1px;
  background-color: #0c2d70;
}

table.pal-table--strip2 tr.hover td {
  background-color: #f5f7f7 !important;
}

.calculator-container {
  display: none;
}

.calculator-container.pal-active {
  display: block;
}

#calculator__wrapper .pal-selectbox,
.pal-section--dark .calculator-container {
  color: #000;
}

.table-wrap {
  overflow: hidden !important;
}

.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #f5f7f7;
  border-radius: 4px;
  line-height: 1.4;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #ccc;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.sitemap-block {
  padding: 10px 0;
}

.pal-tabs__item.highlight .pal-accordeon__heading,
.pal-accordeon__item.highlight .pal-accordeon__heading {
  background-color: #0c2d70;
  border-radius: 12px;
}

.pal-tabs__item.highlight:hover .pal-accordeon__heading,
.pal-accordeon__item.highlight:hover .pal-accordeon__heading {
  background-color: #fff;
}

.pal-tabs__item.highlight .pal-accordeon__icon,
.pal-accordeon__item.highlight .pal-accordeon__icon {
  color: #fff;
}

.pal-tabs__item.highlight:hover .pal-accordeon__icon,
.pal-accordeon__item.highlight:hover .pal-accordeon__icon {
  color: #000;
}

.pal-tabs__item.highlight.pal-active .pal-accordeon__heading,
.pal-accordeon__item.highlight.pal-active .pal-accordeon__heading {
  margin-bottom: 2rem;
}

.pal-tabs__item.highlight .pal-accordeon__title,
.pal-accordeon__item.highlight .pal-accordeon__title {
  color: #fff;
}

.pal-tabs__item.highlight:hover .pal-accordeon__title,
.pal-accordeon__item.highlight:hover .pal-accordeon__title {
  color: #000;
}

.pal-programs__item.highlight {
  background-color: #0c2d70;
  color: #fff;
}

.pal-programs__item.highlight .pal-btn--text {
  color: #fff;
}

.pal-programs__item.highlight:hover {
  background-color: #fff;
  color: #000;
}

.pal-programs__item.highlight:hover .pal-btn--text {
  color: #0c2d70;
}

.container_custom,
.container_recaptcha,
.container_recaptcha_recovery {
  position: relative;
}

.container_recaptcha .pal-input__error,
.container_recaptcha_recovery .pal-input__error {
  top: 100%;
}

.__zaprosWidget {
  position: fixed;
  bottom: 0;
  right: 0;
}

.achievements .pal-articles--property .pal-articles__image {
  padding-bottom: 157%;
  border-radius: 0;
}

.achievements .pal-articles--slider .pal-articles__item {
  max-width: 135px;
}

.pal-section__title {
  margin-bottom: 1.3em !important;
}

.pal-calendar .datepicker--cell-day.payment {
  background-color: #6d85b5;
  border-radius: 50%;
  color: #fff;
}

.money {
  white-space: nowrap;
}

.direkcia .pal-table tr.extra td:first-child {
  width: 25%;
}

.export-support-calc-result-title {
  margin: 10px 0 15px;
}

.export-support-input-data-title {
  margin-bottom: 15px;
}

.export-support-input-data-block p {
  margin-bottom: 10px;
}

.export-support-result-description {
  font-size: 0.95rem;
}

.calc__print-data,
.calc__print-header {
  display: none;
}

@media print {
  /* header,
    .up-arrow-btn, */
  .buttons_container,
  .pal-back,
  .pal-section__title,
  .pal-footer,
  .pal-header__section--nav,
  .pal-header__section--right,
  .up-arrow-btn,
  .cookies__container,
  .links-items-wrap,
  .header__number.dropdown {
    display: none !important;
  }

  .schedule__page .header-white,
  .subsidy__page .header-white {
    display: none !important;
  }

  .schedule__page .pal-page--white,
  .subsidy__page .pal-page--white {
    padding-top: 0 !important;
  }

  .schedule__page .pal-section__title,
  .subsidy__page .pal-section__title {
    display: block !important;
  }

  .calc__print-data {
    display: block;
  }

  .calc__print-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .calc__print-numbers .header__number {
    display: inline !important;
    color: #4d4d4f !important;
  }

  .calc__print-numbers .header__number svg {
    color: #4d4d4f !important;
  }

  #payment_schedule_table table td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  /*
        .pal-page--white {
            padding-top: 0 !important;
        } */
  .header-section_contacts {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block !important;
    max-width: 70%;
    margin-bottom: 50px;
    text-align: right !important;
  }

  jdiv {
    display: none !important;
  }

  .subsidy__container {
    max-width: 100%;
  }

  .subsidy__page {
    zoom: 50%;
  }

  .pal-page__clearfix {
    display: none;
  }

  /*.account .col.part-6,*/
  /*.account .col.part-2 .pal-section__title,*/
  /*.pal-section__title--main,*/
  /*.pal-calendar__datepicker,*/
  /*.pal-calendar--mobile,*/
  /*.pal-section > .pal-container,*/
  /*.pal-sections__list {*/
  /*    display: none;*/
  /*}*/
  /*body.account * {*/
  /*    display: none;*/
  /*}*/
  /*#section-to-print,*/
  /*#section-to-print * {*/
  /*    display: inline-block;*/
  /*}*/
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 980px;
  }

  .c_info .col {
    padding-right: 50px;
  }
}

#authentication_button {
  min-width: 270px;
}

.loader {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #102d8c; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin: -2px 5px;
  display: inline-block;
}

.calendar_print {
  position: absolute;
  top: 20px;
  right: 10px;
}

.pal-calendar--mobile .calendar_print {
  position: absolute;
  top: 50px;
  right: 15px;
}

.calendar_print:hover {
  cursor: pointer;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1024px) {
  .pal-back__link {
    padding-left: 0 !important;
  }

  .pal-back__link:first-child {
    padding-left: 1.5rem !important;
  }
}

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

.pal-accordeon__text {
  user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-user-select: text;
}

/* new */
.customer__service {
  text-align: right;
  margin-top: -35px;
}

@media only screen and (max-width: 1023px) {
  .customer__service {
    margin-top: -33px;
  }
}

@media only screen and (max-width: 635px) {
  .customer__service {
    text-align: left;
    margin-top: 0;
  }
}

.customer__service p {
  margin-bottom: 10px;
  font-size: 14px;
}

.customer__service a {
  text-align: center;
  max-width: 185px;
  display: inline-block;
}

.customer__service .pal-icon {
  margin-left: 0.5em;
  opacity: 0.3;
  font-size: 1rem;
}

.hint {
  font-size: 12px;
}

.request__container {
  display: flex;
  justify-content: center;
}

.send__request {
  border: 1px solid #0c2d70 !important;
  height: 48px;
  line-height: 43px;
  width: 240px;
  text-decoration: none !important;
  text-align: center;
  margin: 40px 0 20px 0;
  font-size: 1.125rem;
  font-weight: 700;
}

.header-section_contacts {
  text-align: right;
  display: none;
}

#authentication_button {
  min-width: 100%;
}

.registration__request {
  font-size: 0.75rem;
  margin-top: 30px;
  line-height: 28px;
}

.calendar__text {
  list-style-image: url("../img/ov.png");
  color: #000000;
  font-size: 12px;
  margin: 20px 0 0 20px;
}

.pal-label--fill.disabled {
  background-color: #757575;
  color: #fff;
  border: 1px solid #757575;
}

.up-arrow-btn {
  position: fixed;
  bottom: 110px;
  right: 20px;
  display: none;
  z-index: 22;
  cursor: pointer;
}

@media (max-width: 767px) {
  .table-fixed-first-column td:first-child {
    position: absolute;
    width: 160px;
  }

  .table-fixed-first-column td:nth-child(2) {
    padding-left: 180px;
  }

  .table-fixed-first-column.pal-table--strip2 tr:nth-child(even) td {
    background-color: white;
  }
}

.pal-section--bottom {
  padding-bottom: 4rem;
}

.pal-results__title--main-full {
  font-size: 2.5rem;
  opacity: 1;
}

.pal-results__item-full {
  display: block;
  color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pal-results__item-full:last-child {
  border-bottom: 0;
}

.up-arrow-btn {
  position: fixed;
  bottom: 110px;
  right: 20px;
  display: none;
  z-index: 22;
  cursor: pointer;
}

.calculator-container {
  display: none;
}

.calculator-container.pal-active {
  display: block;
}

.pal-range__section--filter {
  margin-right: 0;
}

.pal-total__number,
.pal-total__title {
  font-family: "Exo 2", sans-serif;
}

.pal-page--white {
  padding-top: 156px;
}

@media only screen and (max-width: 768px) {
  .pal-page--white {
    padding-top: 67px;
  }
}

.work-wrap {
  background-image: url(/img/work-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 767px) {
  .work-wrap {
    background: none;
  }
}

.slide__main {
  height: auto !important;
}

.leasing-item,
.leasing-item__img {
  height: 100%;
}

.footer__socials a {
  color: #fff;
}

@media (min-width: 1140px) {
  .news__right {
    width: 50%;
  }
}

.article__tags {
  margin-bottom: 2em;
}

.article__tags .tag {
  padding: 5px 20px;
  background: #ccc;
  font-size: 14px;
  border-radius: 11px;
  margin-right: 15px;
}

.schedule-h3 {
  font-size: 1.25rem;
}

.account__contracts-right.no__total {
  width: 100%;
  margin-left: 0;
}

.header__button-lk-mobile {
  display: none;
}

@media (max-width: 425px) {
  .header__left {
    margin-left: 10px;
    margin-right: 20px;
  }

  .header__button-lk-mobile {
    top: 3px;
    display: block;
    position: relative;
    color: #fff;
    margin-right: 10px;
  }

  .mobile__calc-icon {
    margin-right: 20px;
  }

  .header-white .header__button-lk-mobile {
    color: #183976;
  }
}

.header__button-lk-menu-mobile {
  display: block;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  color: #0c2d70;
}

.header__button-lk-menu-mobile svg {
  height: 26px;
  width: 25px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.nowrap__text {
  white-space: nowrap !important;
}

.news {
  position: relative;
}

.news__head {
  margin-bottom: 110px;
}

.news-items {
  overflow: hidden;
}

@media (max-width: 767px) {
  .news__head {
    margin-bottom: 24px;
  }
}

@media (max-width: 1139px) {
  .news__left-text {
    font-size: 24px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .news__left-text {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.news-items .swiper-button-prev,
.news-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: 105px;
  background: #95ae3c;
  transition: 0.3s;
}

.news-items .swiper-button-next {
  right: 5px;
  transform: rotate(180deg);
}

.news-items .swiper-button-prev {
  right: 65px;
}

.news-items .swiper-button-prev svg,
.news-items .swiper-button-next svg {
  color: #fff;
}

@media (max-width: 767px) {
  .news-items .swiper-button-prev,
  .news-items .swiper-button-next {
    display: none !important;
  }
}

.swiper-pagination-news {
  bottom: -40px !important;
  text-align: center;
  position: absolute;
}

.news-items .swiper-pagination-bullet-active {
  background: #95ae3c;
}

@media (max-width: 1024px) {
  .swiper-pagination-news {
    bottom: 0px !important;
  }
}

.news-wrap {
  overflow: hidden;
}

.news__left {
  width: 100%;
  height: 500px;
  position: relative;
}

.news__left .bottom__slider-back {
  background: linear-gradient(
    0deg,
    rgba(77, 77, 79, 0.6) 40%,
    rgba(77, 77, 79, 0.4) 60%,
    rgba(77, 77, 79, 0.2) 80%,
    rgba(77, 77, 79, 0) 100%
  );
  backdrop-filter: unset;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px 40px;
  margin-top: auto;
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  .news__left {
    height: 400px;
  }
}

@media (max-width: 425px) {
  .news__left {
    height: 300px;
  }
}

.calc-col__part-1 {
  width: 35% !important;
  min-width: 35% !important;
}

.calc-col__part-2 {
  width: 65% !important;
  min-width: 65% !important;
}

.calc-prepaid__container {
  display: flex;
  position: relative;
}

.calc-prepaid__sum {
  width: 50%;
  display: inline-block;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}

.calc-prepaid__percent {
  width: 50%;
  display: inline-block;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  position: relative;
}

.calc-prepaid__percent::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #f7f9fa;
  height: 40px;
  left: 0;
  top: 9px;
}

.pal-range__section--filter-container {
  border: 1px solid #dbdbdb;
  transform: translate3d(0, 0%, 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;
  background: #4d4d4f;
  box-shadow: 0px 8px 32px -3px rgba(0, 0, 0, 0.2);
  width: 50%;
  min-width: 655px;
}

@media (max-width: 1024px) {
  .pal-range__section--filter-container {
    width: 100%;
    min-width: 100%;
  }
}

.pal-range__section--filter {
  padding-top: 40px;
  border: none;
  transform: none;
  transition: none;
  background: transparent;
  box-shadow: none;
}

.calc-switch__buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #3a3a3c;
  border-bottom: none;
}

@media (max-width: 767px) {
  .calc-switch__buttons {
    grid-template-columns: 1fr;
  }
}

.calc-switch__button {
  color: #ffffff;
  padding: 32px 24px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

@media (max-width: 767px) {
  .calc-switch__button {
    font-size: 20px;
    padding: 16px;
    max-width: 100%;
    justify-content: flex-start;
  }
}

.calc-switch__button.active {
  background: #4d4d4f;
  width: 100%;
  height: 100%;
}

.circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .circle {
    height: 20px;
    width: 20px;
    margin: 8px;
  }
}

.calc-switch__button .circle {
  background: #5e5e60;
  flex-shrink: 0;
}

.calc-switch__button.active .circle {
  background: #97af3f;
}

.inner-circle {
  background: #97af3f;
  border-radius: 50%;
  height: 26px;
  width: 26px;
}

@media (max-width: 767px) {
  .inner-circle {
    height: 16px;
    width: 16px;
  }
}

.calc-switch__button .inner-circle {
  background: #3a3a3c;
  border: none;
}

.calc-switch__button.active .inner-circle {
  background: #97af3f;
  border: 3px solid #4d4d4f;
}

.calc-select__container {
  margin-bottom: 40px;
}

.calc-select__container .pal-selectbox {
  width: 100%;
}

.calc-select__container .pal-selectbox--opened .pal-selectbox__dropdown {
  min-height: auto;
}

.calc-select__container .pal-input {
  width: 100%;
}

.mobile__button,
.mobile__share {
  display: none;
}

.desktop__button,
.desktop__share {
  display: inline-block;
}

@media (max-width: 425px) {
  .buttons_container {
    text-align: left !important;
  }

  .buttons_container .pal-btn {
    margin-bottom: 10px;
  }

  .mobile__button,
  .mobile__share {
    display: inline-block;
  }

  .desktop__button,
  .desktop__share {
    display: none;
  }
}

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

@media (max-width: 425px) {
  .share__container {
    justify-content: start;
  }
}

.share__container a:not(:last-child) {
  margin-right: 5px;
}

.share__title {
  padding-right: 20px;
}

.cookies__container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border-radius: 16px;
  width: 100%;
  max-width: 600px;
  color: #4d4d4f;
  overflow: hidden;
}

.cookies__container-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(16, 16, 16, 0.8);
  backdrop-filter: blur(25px);
}

@media (max-width: 767px) {
  .cookies__container .pal-section__title--main {
    font-size: 24px !important;
  }
}

.cookies__container .pal-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
}

.cookies__agreement,
.cookies__settings {
  /* padding: 26px 0; */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cookies__settings .pal-back {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookies__settings-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 767px) {
  /* .cookies__agreement,
    .cookies__settings {
        padding: 20px 0 0 0;
    } */

  .cookies__container {
    transform: translate(0, 0);
    bottom: 0;
    left: 0;
    right: 0;
    top: initial;
    width: 100%;
    max-width: 100%;
    border-radius: 16px 16px 0 0;
  }

  .cookies__container .pal-container {
    padding: 22px 16px 16px 16px;
    gap: 10px;
  }

  .cookies__settings-content {
    /* max-height: 300px; */
    overflow-y: scroll;
  }

  .cookies__settings-content::-webkit-scrollbar {
    display: none;
  }
}

.cookies__settings-content .setting__title {
  color: #ffffff !important;
  font-size: 18px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .cookies__settings-content .setting__title {
    font-size: 16px;
  }
}

.cookies__settings .pal-back {
  margin-bottom: 1.1rem;
}

.cookies__settings .pal-back__link {
  display: flex;
  justify-content: start;
  align-items: center;
}

@media (max-width: 1024px) {
  .cookies__settings .pal-back__link {
    padding-left: 0 !important;
  }
}

.cookies__settings .pal-back__link svg {
  margin-right: 10px;
}

.cookies__container .pal-section__title {
  color: #ffffff !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin: 0 !important;
}

.cookie__short-text {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .cookies__container .pal-section__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .cookies__container .pal-section__title {
    font-size: 18px;
  }
}

.cookies__container .buttons__container {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .cookies__container .buttons__container {
    padding-top: 20px;
  }
}

.cookies__container .buttons__container--settings {
  padding-top: 16px;
}

.cookies__container p {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .cookies__container p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .cookies__container p {
    font-size: 12px;
  }
}

.cookies__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.cookies__content p {
  margin: 0 !important;
  font-size: 15px !important;
}

.cookies__content a {
  color: #b6c874 !important;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* Стили для ссылки "настроить файлы cookie" в тексте */
.cookies__content .cookies__settings-button {
  display: inline;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: #b6c874 !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.cookies__content .cookies__settings-button:hover {
  background: none !important;
  border: none !important;
  color: #b6c874 !important;
  text-decoration: underline !important;
}

.buttons__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.button__agree-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 650px) {
  .button__agree-container {
    flex-direction: column-reverse;
  }
}

.button__agree-container .cookies__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 44px;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 21px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 650px) {
  .button__agree-container .cookies__button {
  }
}

.button__agree-container .disagree__button {
  background: transparent !important;
  color: #9c9c9c !important;
  border: none !important;
}

@media (max-width: 767px) {
  .buttons__container {
    flex-direction: column;
  }
}

.buttons__container .cookies__button {
  font-size: 18px;
  padding: 12px 35px;
  text-decoration: none;
  border: 1px solid #95ae3c;
  background: #95ae3c;
  color: #fff;
  display: inline-block;
  text-align: center;
}

@media (max-width: 1024px) {
  .buttons__container .cookies__button {
    font-size: 16px;
    padding: 12px 35px;
  }
}

@media (max-width: 767px) {
  .buttons__container .cookies__button {
    font-size: 14px;
  }
}

.buttons__container .cookies__button:first-child {
  margin-right: 20px;
}

.buttons__container .cookies__button:hover {
  border: 1px solid #e8efd5;
  background: #e8efd5;
  color: #4d4d4f;
}

@media (max-width: 767px) {
  .buttons__container .cookies__button {
    width: 100%;
    margin-bottom: 10px;
  }

  .buttons__container .cookies__button:first-child {
    margin-right: 0;
  }
}

.cookies__button.button__transparent {
  background: transparent;
  color: #4d4d4f;
  border: 1px solid #4d4d4f;
}

.cookies__button.button__transparent:before,
.cookies__button.button__transparent:after {
  background: transparent;
}

.setting__container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.setting__title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .setting__title-container {
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: fit-content;
    text-align: left;
    gap: 13px;
  }
}

.setting__title-container .setting__switcher {
  width: 42px;
  height: 22px;
}

.setting__title-container .setting__switcher .slider::before {
  width: 18px;
  height: 18px;
  bottom: 2px;
  left: 2px;
}

.setting__title-container .setting__switcher input:checked + .slider:before {
  transform: translateX(19px);
}

.setting__title-container h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
}

.setting__title {
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .setting__title {
    font-size: 16px;
  }
}

.cookie__full-text {
  color: #d7d7d7 !important;
  font-size: 13px !important;
}

.setting__text {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
}

.pal-content .cookie-text__more,
.pal-content .cookie-text__hide {
  display: flex;
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  justify-content: start;
  align-items: center;
  color: #ffffff !important;
}

.pal-content .cookie-text__more .cookie-text__icon,
.pal-content .cookie-text__hide .cookie-text__icon {
  margin-right: 10px;
  transition: 1s;
  color: #ffffff !important;
}

.pal-content .cookie-text__hide .cookie-text__icon {
  transform: translate3d(0, -10%, 0) rotate(-180deg);
}

@media (max-width: 1024px) {
  .pal-content .cookie-text__more,
  .pal-content .cookie-text__hide {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .pal-content .cookie-text__more,
  .pal-content .cookie-text__hide {
    font-size: 14px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 28px;
}

@media (max-width: 768px) {
  .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
  }
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .slider:before {
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
  }
}

input:checked + .slider {
  background-color: #95ae3c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #95ae3c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

@media (max-width: 768px) {
  input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
  }
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.is__hidden {
  display: none;
}

.desktop__cookie-text {
  display: block;
}

.mobile__cookie-text {
  display: none;
}

@media (max-width: 425px) {
  .desktop__cookie-text {
    display: none;
  }

  .mobile__cookie-text {
    display: block;
    width: calc(100% - 50px);
  }
}

.links-items-wrap {
  overflow: hidden;
  background: #d2d2d2;
}

.links-items {
  padding-bottom: 50px;
  margin-top: 0;
  position: relative;
}

@media (min-width: 1440px) {
  .links-items {
    padding-bottom: 20px;
  }
}

@media (max-width: 1439px) {
  .links-items {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .links-items {
    margin-top: 0;
  }
}

.links-items__title {
  margin-bottom: 0;
  user-select: none;
}

@media (min-width: 1440px) {
  .links-items__title {
    font-size: 20px;
  }
}

@media (max-width: 1439px) {
  .links-items__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .links-items__title {
    margin-bottom: 10px;
  }
}

.links-items .swiper-button-prev,
.links-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: 0.3s;
}

.links-items .swiper-button-prev:hover,
.links-items .swiper-button-next:hover {
  background: rgba(15, 57, 150, 0.81);
}

@media (max-width: 1439px) {
  .links-items .swiper-button-prev,
  .links-items .swiper-button-next {
    top: 35px;
  }
}

@media (min-width: 1440px) {
  .links-items .swiper-button-prev,
  .links-items .swiper-button-next {
    top: 18px;
    display: none !important;
  }
}

@media (max-width: 767px) {
  .links-items .swiper-button-prev,
  .links-items .swiper-button-next {
    top: 60px;
    display: none !important;
  }
}

.links-items .swiper-pagination {
  bottom: 20px !important;
  left: 0;
  width: 100%;

  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.links-items .swiper-button-next {
  right: 5px;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .links-items .swiper-button-next {
    right: auto;
    left: 61px;
  }
}

.links-items .swiper-button-prev {
  right: 65px;
}

@media (max-width: 767px) {
  .links-items .swiper-button-prev {
    right: auto;
    left: 0px;
  }
}

.links-items .swiper-pagination-bullet-active {
  background: #0c255f;
}

.links-item,
.links-item__img {
  height: 100%;
  display: flex;
  position: relative;
  transition: 0.3s;
}

.links-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.links-item__img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.links-item__img {
  overflow: hidden;
}

.links-item img {
  max-height: 40px;
  margin-right: 20px;
}

.links-item img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.links-item img {
  transition: 1.7s;
}

.links-item span {
  width: 210px;
  transition: 1.7s;
  font-size: 13px;
}

.links-item span {
  background: transparent;
}

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

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

.links-items
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.links-items
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.links-items .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

@media (min-width: 1440px) {
  .links-items .swiper-pagination {
    display: none;
  }
}

.header__phones .header__number span {
  margin-left: 13px;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 600;
  margin-top: 3px;
}

.short__header-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  margin-right: 15px;
  transition: 0.3s;
}

.header__top .short__header-number:hover {
  transform: scale(1.1);
}

@media (max-width: 1439px) {
  .header__top .short__header-number {
    display: none;
  }

  .dropdown__items .short__header-number {
    display: flex;
  }
}

.header-white .short__header-number {
  color: #282827;
}

.footer__phones .short__header-number {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.short__header-number svg {
  margin-right: 10px;
}

.short__number-container {
  display: flex;
  align-items: center;
}

.short__number-container .number {
  font-size: 40px;
  font-weight: 700;
  margin-right: 10px;
  padding-bottom: 4px;
}

.short__number-container .operators {
  display: flex;
  flex-direction: column;
  font-size: 9px;
  font-weight: 700;
  line-height: 11px;
}

@media (max-width: 767px) {
  .header__button-lk-mobile {
    top: 3px;
    display: block;
    position: relative;
    color: #fff;
    margin-right: 17px;
  }

  .header__number.dropdown svg {
    margin-left: 0px;
  }
}

@media (max-width: 425px) {
  .header__button-lk-mobile {
    margin-right: 10px;
  }
}

.container_callback_recaptcha {
  position: relative;
  display: flex;
  justify-content: center;
}

.container_callback_recaptcha .pal-input__error {
  top: 100%;
}

@media only screen and (max-width: 432px) {
  .footer__phones .col {
    width: 100%;
  }
}

.pal-form__field.pal-form__area {
  margin-bottom: 2rem;
  margin-top: 1.55em;
}

.pal-form__field.pal-form__area textarea {
  border-radius: 0;
}

.pal-input--shift textarea.callback-comment {
  padding-top: 25px;
}

.w__100 {
  width: 100% !important;
  max-width: 100% !important;
}

.popup-notification-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: 0.15s linear;
}

.popup-notification-wrapper_isVisible {
  opacity: 1;
  visibility: visible;
}

.popup-info {
  position: fixed;
  grid-template-columns: 84px 0.85fr;
  gap: 20px;
  width: 600px;
  bottom: 26px;
  left: 26px;
  display: grid;
  z-index: 998;
  padding: 18px;
  border-radius: 16px;
  overflow: hidden;
}

.popup-info__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(16, 16, 16, 0.8);
  backdrop-filter: blur(25px);
}

.popup-info__image {
  width: 100%;
  height: auto;
  border-radius: 7px;
  overflow: hidden;
}

.popup-info__title {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600px;
  color: #fff;
}

.popup-info__description {
  margin-bottom: 17px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400px;
  color: #fff;
}

.popup-info__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.popup-info__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 96;
  cursor: pointer;
}

.popup-info__btn {
  padding: 12px 21px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600px !important;
  border-radius: 3px;
}

.popup-info__btn-accept {
  background: #7d981b;
  color: #fff;
  transition: 0.2s linear;
}

.popup-info__btn-accept:hover {
  background: #e8efd5;
  color: #000;
}

.popup-info__btn-close {
  background: #ffffff;
  color: #101010;
  transition: 0.2s linear;
  height: 44px;
}

.popup-info__btn-close:hover {
  background: #d7d7d7;
}

@media (max-width: 600px) {
  .popup-info {
    left: 0;
    right: 0;
    bottom: 0;
    grid-template-columns: 60px 0.85fr;
    gap: 12px;
    padding: 12px;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .popup-info__title {
    font-size: 18px;
    line-height: 22px;
  }

  .popup-info__description {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 16px;
  }
}

/* модалка "Нужна консультация или помощь с выбором программы?" */
.popup-consultation-lizing {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  display: block;
  width: 1100px;
  height: 545px;
  transform: translate(-50%, -50%);
}

@media (max-width: 1150px) {
  .popup-consultation-lizing {
    width: 100% !important;
    height: 100% !important;
  }
}

.popup-consultation-lizing_is-hidden {
  display: none;
}

.popup-consultation {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  display: none;
  width: 1100px;
  height: 545px;
  transform: translate(-50%, -50%);
}

.popup-consultation--is-visible {
  display: block;
}

.popup-consultation__inner {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  border-radius: 6px;
  background: #ffffff;
}

.popup-consultation__overlay {
  position: absolute;
  inset: 0;
  z-index: 999;
  display: none;
  background:
    linear-gradient(0deg, rgba(16, 16, 16, 0.5) 0%, rgba(16, 16, 16, 0.5) 100%),
    #fff;
  opacity: 0.5;
}

.popup-consultation__overlay--is-visible {
  display: block;
}

.popup-consultation__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup-consultation__info {
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: space-between;
}

.popup-consultation__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 22px;
  max-width: 90%;
  color: #101010;
}

.popup-consultation__subtitle {
  padding-left: 8px;
  margin-bottom: 16px;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #101010;
}

.popup-consultation__buttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 22px;
}

.popup-consultation__buttons-item {
  display: flex;
  gap: 8px;
  padding: 10px;
  cursor: pointer;
  color: #101010;
}

.popup-consultation__buttons-item--active {
  border-radius: 4px;
  border: 1px solid #e6ecd1;
  background: #f0f3e4;
}

.popup-consultation__buttons-item-circle {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d7d7d7;
  transition: 0.1s linear;
}

.popup-consultation__buttons-item-circle--active {
  border: 6px solid #7d981b;
}

.consultation-mobile-number {
  font-family: "Exo 2";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.consultation-mobile-number__title {
  margin-bottom: 8px;
  color: #101010;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.iti.iti--allow-dropdown {
  width: 100%;
  border-radius: 3px;
  border: 1.5px solid #efefef;
  background: #fafafa;
}

.iti__search-input {
  padding: 4px !important;
}

.iti__tel-input {
  width: 100%;
}

.popup-consultation__action-base,
.popup-consultation__action-lizing {
  display: flex;
  padding: 14px 20px 14px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: #7d981b;
  color: #ffffff;
  width: 100%;
  transition: 0.2s linear;
}

.popup-consultation__action-base.loading,
.popup-consultation__action-lizing.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}

.popup-consultation__action-base.loading::after,
.popup-consultation__action-lizing.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.popup-consultation__action-base:hover,
.popup-consultation__action-lizing:hover {
  border: 1px solid #e8efd5;
  background: #e8efd5;
  color: #4d4d4f;

  svg {
    transition: 0.2s linear;
  }

  svg path {
    fill: #4d4d4f;
  }
}

/* success consultation modal */
.popup-consultation-success__overlay {
  position: absolute;
  inset: 0;
  z-index: 999;
  display: none;
  background:
    linear-gradient(0deg, rgba(16, 16, 16, 0.5) 0%, rgba(16, 16, 16, 0.5) 100%),
    #fff;
  opacity: 0.5;
}

.popup-consultation-success__overlay--is-visible {
  display: block;
}

.popup-consultation-success {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 500px;
  height: auto;
  padding: 20px;
  border-radius: 6px;
  background: #ffffff;
}

.popup-consultation-success__icon {
  margin-top: 50px;
}

.popup-consultation-success__icon svg rect {
  fill: #7d981b !important;
}

.popup-consultation-success--is-visible {
  display: flex;
}

.popup-consultation-success__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.form-error {
  color: red;
  font-size: 13px;
  margin-top: 4px;
}

.popup-consultation-success__title {
  color: #101010;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

.popup-consultation-success__subtitle {
  color: #101010;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  max-width: 80%;
}

.popup-consultation-success__action {
  display: none;
}

@media (max-width: 1150px) {
  .popup-consultation {
    width: 70%;
    height: auto;
    max-height: 90%;
    /* overflow-y: auto; */
  }

  .popup-consultation__inner {
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr;
    gap: 10px;
    overflow-y: auto;
  }

  .popup-consultation__image {
    margin-top: 50px;
    aspect-ratio: 2.3/1;
    width: 100%;
    overflow: hidden;

    img {
      aspect-ratio: 2.3/1;
      width: 100%;
      height: 100%;
      object-fit: cover;
      overflow: hidden;
    }
  }

  .popup-consultation__action {
    padding: 14px 10px 14px 10px;
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .popup-consultation {
    width: 100vw;
    /* height: 100vh; */
    max-height: 100%;
    overflow-y: auto;
  }

  .popup-consultation__inner {
    grid-template-columns: 1fr;
    padding: 0px;
    height: 100%;
    border-radius: 0;
  }

  .popup-consultation__close-button {
    top: 16px;
    right: 16px;
  }

  .popup-consultation__info {
    padding: 16px;
  }

  .popup-consultation__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    max-width: 100%;
  }

  .popup-consultation__subtitle {
    padding: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    max-width: 100%;
  }

  .popup-consultation__image {
    margin-top: 60px;
  }

  .popup-consultation-success {
    width: 100%;
    border-radius: 0;
    gap: 16px;
  }

  .popup-consultation-success__action {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    background: #fafafa;
    padding: 14px;
    width: 100%;
  }

  .popup-consultation-success__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }

  .popup-consultation-success__subtitle {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  }
}

.pal-calculator-exp {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.pal-calculator-exp__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 40px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 550px) {
  .pal-calculator-exp__item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
  font-family: sans-serif;
}

.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  user-select: none;
}

.custom-select-lising {
  display: none;
}

.custom-select-lising.visible {
  display: flex;
}

.custom-select-payment {
  display: none;
}

.custom-select-payment.visible {
  display: flex;
}

.custom-select__trigger {
  font-family: "Exo 2";
  height: 58.75px;
  background: #656565;
  color: white;
  padding: 16px 17px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.custom-select__trigger span {
  font-family: "Exo 2";
}

.arrow {
  transition: transform 0.3s;
}

.custom-select.open .arrow {
  transform: rotate(-180deg);
}

.custom-options {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #656565;
  z-index: 999;
  display: flex;
  max-height: 0;
  overflow: hidden;
  flex-direction: column;
  transition: 0.2s linear;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-select.open .custom-options {
  max-height: 270px;
}

.custom-option {
  font-family: "Exo 2";
  padding: 16px 17px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  color: #fff;
  transition: 0.2s linear;
}

.custom-option:hover {
  background: #95ae3c;
}

.custom-option.selected {
  background: #95ae3c;
}

.calc-formatted-number {
  padding: 16px 17px;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
  border-radius: 4px;
  border: 1px solid #f7f9fa;
  background-color: #535355 !important;
  color: #fff;
  font-family: "Exo 2";
  height: 58.75px !important;
}

.calc-formatted-number--with-lock {
  position: relative;
}

.calc-formatted-number--with-lock svg {
  display: none;
}

.calc-formatted-number--with-lock.lock {
  pointer-events: none;
  cursor: not-allowed;
}

.calc-formatted-number--with-lock.lock svg {
  position: absolute;
  right: 17px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  pointer-events: none;
  cursor: not-allowed;
}

.pal-calculator-exp__item_inner {
  display: grid;
  grid-template-columns: 1fr 123px;
  gap: 17px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="text"] {
  font-family: "Exo 2";
}

.calculator-exp-rate {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.calculator-no-wrap {
  white-space: nowrap;
}

.pal-range__section--total-calc {
  display: flex;
}

@media (max-width: 1024px) {
  .pal-range__section--total-calc {
    border-top: none;
    box-shadow: 0px 8px 32px -3px rgba(0, 0, 0, 0.2);
  }
}

/* ------------------- START: popup lk ------------------- */
.popup-lk__overlay {
  position: fixed;
  inset: 0;
  z-index: -100;
  background:
    linear-gradient(0deg, rgba(16, 16, 16, 0.5) 0%, rgba(16, 16, 16, 0.5) 100%),
    #565656;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;

  &.is-visible {
    z-index: 99;
    visibility: visible;
    opacity: 0.5;
  }
}

.popup-lk {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: -100;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 6px;
  width: 756px;
  background: #fff;

  &.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 650px) {
  .popup-lk {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

.popup-lk__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup-lk__logo {
  width: 78px;
  height: 78px;
  border-radius: 100px;
  background: linear-gradient(180deg, #95ae3c 0%, #7d981b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 68px;
  margin-bottom: 24px;
}

@media (max-width: 550px) {
  .popup-lk__logo {
    margin-top: 0;
  }
}

.popup-lk__title {
  margin-bottom: 8px;
  color: #101010;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
}

.popup-lk__subtitle {
  margin-bottom: 34px;
  color: #101010;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}

.popup-lk__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  width: 100%;
}

.popup-lk__buttons button {
  width: 352px;
}

@media (max-width: 800px) {
  .popup-lk__buttons {
    grid-template-columns: 1fr;
  }

  .popup-lk__buttons button {
    width: unset;
  }
}

.popup-lk__buttons-item {
  padding: 14px 26px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: 0.2s ease-in-out;
}

.popup-lk__buttons-item--legal-entities {
  background: #7d981b;

  &:hover {
    background: #95ae3c;
  }
}

.popup-lk__buttons-item--individuals {
  background: #565656;

  &:hover {
    background: #656565;
  }
}

/* ------------------- END: popup lk ------------------- */

.header__logo-img {
  width: 150px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .header__logo-img {
    width: 100px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
