.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(.54, 1.5, .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: .5em;
    opacity: .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: .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: 80px;
    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, .08);
}

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

.up-arrow-btn {
    position: fixed;
    bottom: 80px;
    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: .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, .6) 40%, rgba(77, 77, 79, .4) 60%, rgba(77, 77, 79, .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;
    bottom: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    color: #4D4D4F;

    box-shadow: 1px -3px 9px -1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px -3px 9px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px -3px 9px -1px rgba(0,0,0,0.2);
}

.cookies__container .pal-container {
    max-width: 1260px;
}

.cookies__agreement,
.cookies__settings {
    padding: 20px 0;
    -webkit-transition: .4s;
    transition: .4s;
}

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

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

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

.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 {
    font-size: 26px;
    padding-bottom: 1.1rem;
    margin-bottom: 0 !important;
}

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

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

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

@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 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    border-bottom: 1px solid #EFEFEF;
}

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

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

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

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

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

.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: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .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: .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: .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: .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, .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: .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: 150px 0.85fr;
    gap: 20px;
    width: 600px;
    bottom: 26px;
    left: 26px;
    display: grid;
    z-index: 998;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 8px 19.7px 0px #494949B2;
}

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

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

.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;
    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 {
    border: 1px solid #D7D7D7;
    color: #101010;
    transition: 0.2s linear;
}

.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.50) 0%, rgba(16, 16, 16, 0.50) 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.50) 0%, rgba(16, 16, 16, 0.50) 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);
    }
}