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

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

.alert-danger {
    color: #bb0000;
}

.loader-overlay {
    width: 100%;
    height: 120px;
    position: relative;
    opacity: 0.8;
    display: none;
}

.loader {
    left: 50%;
    position: absolute;
    top: 50%;
    margin-left: -40px;
    margin-top: -56px;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #0D2F52;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

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

.field-select-ajax .field-select-block__input {
    pointer-events: all;
}

.event-main-slogan {
    width: 100%;
}

.partner-carousel__partner {
    min-height: 172px;
}

.card-calendar__info {
    overflow: hidden;
}
.calendar-events-list__item.calendar-events-list__message {
    border: 1px solid #dde3ee;
    border-radius: 8px;
    background: #fff;
    padding: 18px;
}
.card-calendar-info__title {
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card-calendar-info__description {
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-calendar-info__description * {
    margin: 0;
}

.card-calendar-info-detail__text {
    word-break: break-word;
}

.card-calendar__footer .card-calendar-info-details {
    height: 135px;
}

.event-map__map {
    position: relative;
}

.event-map__map .map-link,
.event-map__map .point-link {
    color: #0D2F52;
    font-size: 12px;
    position: absolute;
    left: 5px;
    z-index: 1;
}

.event-map__map > .map-link {
    top: 5px;
}

.event-map__map > .point-link {
    top: 20px;
}

.card-calendar-info__title {
    pointer-events: all;
}

.subscribe-footer .loader-overlay {
    min-height: 375px;
}

.subscribe-footer-form.success {
    justify-content: center;
    min-height: 375px;
    text-align: center;
}

.popup.feedback .loader-overlay {
    min-height: 465px;
    min-width: 835px;
}

.popup.unsubscribe-email .loader-overlay {
    min-height: 200px;
    min-width: 450px;
}
.popup-unsubscribe-email-form {
    margin-top: 24px;
}

.event-main-slogan__description {
    overflow-wrap: break-word;
}

.event-about-info__description {
    overflow-wrap: break-word;
}

.button--default {
    border: 1px solid #dee7f0;
}
.button--default:hover {
    background-color: #001b3e;
    color: #f0f2f7;
}

.button--disabled {
    background-color: #8d94ae;
    color: #fff;
}

.button--red {
    background: #fff;
    color: #c04343;
    border: 1px solid #dfc2c2;
}
.button--red:hover {
    background: #fff6f6;
    color: #c04343;
}

.subscription-status-message {
    margin-top: 16px;
    font-size: 14px;
    color: #6b7280;
    min-height: 20px;
}

.subscription-status-message.success {
    color: #1d8f4e;
}

.subscription-status-message.error {
    color: #d64141;
}

.subscription-cancelled-message {
    margin-top: 16px;
    font-size: 14px;
    color: #0D2F52;
    min-height: 20px;
}

.payment-success-page {
    padding-top: 36px;
}

.payment-success-card {
    max-width: 760px;
    margin: 0 auto;
    background: #f4f6fa;
    border: 1px solid #dce3ef;
    border-top: 4px solid #22b15f;
    border-radius: 8px;
    padding: 34px 40px 28px;
}

.payment-success-card__status-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22b15f;
    background: #def3e5;
}

.payment-success-card__title {
    margin: 0 0 10px;
    text-align: center;
    color: #0f2c61;
    font-size: 32px;
    line-height: 1.12;
    font-weight: 700;
}

.payment-success-card__subtitle {
    margin: 0 0 26px;
    text-align: center;
    color: #5f6f84;
    font-size: 20px;
    line-height: 1.4;
}

.payment-success-card__subtitle strong {
    color: #133973;
    font-weight: 700;
}

.payment-success-plan {
    border: 1px solid #89d9a6;
    border-radius: 8px;
    background: #e9f8ee;
    padding: 14px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.payment-success-plan__left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.payment-success-plan__check {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    color: #fff;
    background: #1ea661;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-success-plan__name {
    color: #124f33;
    font-size: 22px;
    font-weight: 700;
}

.payment-success-plan__meta {
    margin-top: 2px;
    color: #336a4b;
    font-size: 14px;
}

.payment-success-plan__price {
    white-space: nowrap;
    color: #124f33;
    font-size: 26px;
    font-weight: 700;
}

.payment-success-plan__price span {
    color: #124f33;
    font-size: 20px;
    font-weight: 500;
}

.payment-success-features {
    margin-top: 28px;
    border-top: 1px solid #dce3ef;
    padding-top: 26px;
}

.payment-success-features__title {
    color: #68778c;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
}

.payment-success-feature {
    border: 1px solid #d3dbea;
    border-radius: 8px;
    background: #f0f3f8;
    padding: 16px;
    display: flex;
    gap: 14px;
    margin-bottom: 12px;
}

.payment-success-feature:last-child {
    margin-bottom: 0;
}

.payment-success-feature__icon {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    color: #24ad63;
    background: #dff3e7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.payment-success-feature__name {
    color: #1f3561;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}

.payment-success-feature__text {
    color: #606f84;
    font-size: 18px;
}

.payment-success-card__actions {
    margin-top: 26px;
    display: flex;
    gap: 14px;
    justify-content: center;
}

.payment-success-card__actions .button {
    min-width: 240px;
}

.payment-success-card__profile-button {
    border-color: #d7dce6;
}

.payment-success-card__receipt {
    margin: 18px 0 0;
    color: #7c8899;
    font-size: 17px;
    line-height: 1.35;
    text-align: center;
}

.payment-success-card__receipt strong {
    color: #2f3f56;
    font-weight: 600;
}

.field-select-multi .field-select-block {
    display: flex;
    height: auto;
    padding: 5px 10px;
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 5px;
}

.field-select-multi .field-select-block input {
    display: flex;
    height: 40px;
    width: calc(100% - 20px);
}

.field-select-multi span.selected-value {
    position: relative;
    display: flex;
    padding: 8px 30px 8px 15px;
    border: 1px solid #8c8c8c;
    border-radius: 4px;
    align-items: center;
}

.field-select-multi span.selected-value-label {
    white-space: nowrap;
}

.field-select-multi span.delete-value {
    position: absolute;
    right: 5px;
    margin-right: 5px;
}

.search .field-select-dropdown {
    top: 50px;
    left: 0;
}

.field-select-dropdown__item.disabled {
    background-color: #ebebeb;
}
.field-label {
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
}
.field-option-bar {
    margin-bottom: 5px;
}
.field-option-bar .link--blue{
    cursor: auto;
}

/* Site pagination */
.pagination-container {
    margin: 10px 0;
}

.pagination-container .pagination {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination-container .page-item .page-link {
    width: 34px;
    height: 34px;
    min-width: 34px;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #d7dce6;
    background: #ffffff;
    color: #0d2f52;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    box-sizing: border-box;
}

.pagination-container .page-item .page-link:hover {
    background: #f6f8fb;
}

.pagination-container .page-item.active .page-link {
    background: #0d2f52;
    border-color: #0d2f52;
    color: #ffffff;
}

.pagination-container .page-item.disabled .page-link {
    background: #edf1f7;
    border-color: #edf1f7;
    color: #9aa3b4;
    pointer-events: none;
}

.favourite-icon {
    width: 20px;
    height: 20px;
}

.button--default .favourite-icon {
    margin-right: 5px;
}

.toggle-favourite.active svg,
.toggle-favourite:hover svg {
    fill: currentColor;
}

.toggle-favourite.active:hover svg {
    fill: none;
}

.toggle-favourite span.add-text {
    display: inline;
}

.toggle-favourite span.remove-text {
    display: none;
}

.toggle-favourite.active span.add-text {
    display: none;
}

.toggle-favourite.active span.remove-text {
    display: inline;
}

.card-calendar-picture__link.toggle-favourite {
    top: 60px;
}

.event-about-info .toggle-favourite {
    margin-top: 10px;
}

.popup-content {
    max-width: 1000px;
}
.footer-main__logo p{
    color: #fff;
    margin: 15px 0 0;
    max-width: 200px;
}
.footer-main__logo p a {
    font-size: 16px;
    line-height: normal;
}
.footer-external-links__item.footer-copyright-link {
    grid-column: span 3;
    text-align: right;
}

.cookies-banner {
    padding: 20px;
}
.cookies-banner__text {
    text-align: center;
}

.cookies-banner__actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.cookies-banner__actions button {
    display: inline-flex;
    white-space: nowrap;
    justify-content: center;
}

.popup.cookie-consent {
    grid-template-columns: minmax(0, 720px);
}

.popup.cookie-consent .popup-content--cookie-consent {
    max-width: 720px;
    width: 100%;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

.popup-cookie-consent__header {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 24px 28px;
    background-color: #0d2f52;
    color: #fff;
}

.popup-cookie-consent__header-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: #35456e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #edeef2;
}

.popup-cookie-consent__title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 6px;
}

.popup-cookie-consent__subtitle {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.75);
}

.popup-cookie-consent__body {
    padding: 24px 28px 28px;
}

.popup-cookie-consent__intro {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #4b5563;
}

.popup-cookie-consent__divider {
    height: 1px;
    margin-bottom: 20px;
    background-color: #e5e7eb;
}

.popup-cookie-consent__categories {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.popup-cookie-consent__category {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background-color: #f9fafb;
}

.popup-cookie-consent__category-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d2f52;
}

.popup-cookie-consent__category-content {
    flex: 1;
    min-width: 0;
}

.popup-cookie-consent__category-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.popup-cookie-consent__category-title {
    font-size: 15px;
    font-weight: 700;
    color: #0d2f52;
}

.popup-cookie-consent__badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.popup-cookie-consent__badge--required {
    background-color: #d1fae5;
    color: #047857;
}

.popup-cookie-consent__badge--optional {
    background-color: #dbeafe;
    color: #1d4ed8;
}

.popup-cookie-consent__category-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #6b7280;
}

.cookie-consent-toggle {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    margin-top: 2px;
}

.cookie-consent-toggle__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-consent-toggle__slider {
    width: 44px;
    height: 24px;
    background-color: #d1d5db;
    border-radius: 999px;
    position: relative;
    transition: background-color 0.15s;
    cursor: pointer;
}

.cookie-consent-toggle__slider::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    transition: transform 0.15s;
}

.cookie-consent-toggle__input:checked + .cookie-consent-toggle__slider {
    background-color: #0d2f52;
}

.cookie-consent-toggle__input:checked + .cookie-consent-toggle__slider::after {
    transform: translateX(20px);
}

.cookie-consent-toggle--disabled .cookie-consent-toggle__slider,
.cookie-consent-toggle__input:disabled + .cookie-consent-toggle__slider {
    background-color: #9ca3af;
    cursor: not-allowed;
}

.popup-cookie-consent__docs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.popup-cookie-consent__doc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #fff;
    color: #0d2f52;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color 0.15s, background-color 0.15s;
}

.popup-cookie-consent__doc-link:hover {
    border-color: #c7d2e0;
    background-color: #f9fafb;
}

.popup-content__footer--cookie-consent {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 0;
    padding-top: 0;
}

.popup-cookie-consent__notice {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 10px;
    background-color: #f3f4f6;
    color: #6b7280;
}

.popup-cookie-consent__notice svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #9ca3af;
}

.popup-cookie-consent__notice p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
}

.popup.cookie-success {
    grid-template-columns: minmax(0, 600px);
}

.popup.cookie-success .popup-content--cookie-success {
    max-width: 600px;
    width: 100%;
}

.popup-cookie-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.popup-cookie-success .cookie-status-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22b15f;
    background: #def3e5;
}

.popup-cookie-success .popup-content__title {
    font-size: 22px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 12px;
}

.popup-cookie-success__description {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.45;
    color: #7c838a;
}

.popup-cookie-success .popup-content__footer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.text-page-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
    background-color: #fff;
    padding: 12px;
    margin-top: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
}
.text-page-base p{
    margin: 0;
}

.text-page-hero {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 16px 0 24px;
}

.text-page-hero__breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 14px;
    line-height: 1.3;
    color: #8b93a3;
}

.text-page-hero__breadcrumbs .link {
    font-size: 14px;
}

.text-page-hero__title {
    margin: 0;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.15;
    color: #0d2f52;
}

.text-page-hero__subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #5a6478;
    max-width: 760px;
}

.text-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.text-page-layout__main {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    min-width: 0;
}

.text-page-content.text-page-base {
    margin-top: 0;
    row-gap: 32px;
}

.text-page-content__intro {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e8ef;
}

.text-page-content__intro p,
.text-page-section p {
    font-size: 16px;
    line-height: 1.5;
    color: #4a5568;
}

.text-page-section {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    scroll-margin-top: 90px;
}

.text-page-section__title {
    margin: 0;
    font-size: 30px;
}

.text-page-directions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.text-page-directions__card {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 16px;
    border-radius: 12px;
    background-color: #eef4ff;
}

.text-page-directions__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #dce8ff;
    color: #1f4f98;
}

.text-page-directions__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    color: #0d2f52;
}

.text-page-directions__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #4a5568;
}

.text-page-quote {
    margin: 0;
    padding: 20px 20px 20px 24px;
    border: 0;
    border-left: 4px solid #1f4f98;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #eef4ff;
    font-size: 16px;
    line-height: 1.55;
    font-style: italic;
    color: #0d2f52;
}

.text-page-sidebar {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.text-page-sidebar-card {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 20px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
}

.text-page-sidebar-card--accent {
    background-color: #0d2f52;
    background-image: url(/images/site/bg/cta-main2.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-page-sidebar-card__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    color: #0d2f52;
}

.text-page-sidebar-card--accent .text-page-sidebar-card__title,
.text-page-sidebar-card--accent .text-page-sidebar-card__text {
    color: #fff;
}

.text-page-sidebar-card__label {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8b93a3;
}

.text-page-sidebar-card__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #4a5568;
}

.text-page-sidebar-card .button {
    width: 100%;
}

.text-page-sidebar-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.text-page-sidebar-contacts__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
}

.text-page-sidebar-contacts__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #eef4ff;
    color: #1f4f98;
    flex-shrink: 0;
}

.text-page-sidebar-contacts__content {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.text-page-sidebar-contacts__label {
    font-size: 12px;
    line-height: 1.2;
    color: #8b93a3;
}

.text-page-sidebar-contacts__value {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    color: #0d2f52;
}

.text-page-sidebar-property {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.text-page-sidebar-property__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid #e5e8ef;
}
.text-page-sidebar-property__item:last-child {
    border-bottom: 0;
}

.text-page-sidebar-property__content {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.text-page-sidebar-property__label {
    font-size: 12px;
    line-height: 1.2;
    color: #8b93a3;
}

.text-page-sidebar-property__value {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    color: #0d2f52;
}

.text-page-docs {
    display: flex;
    flex-direction: column;
}

.text-page-docs__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e5e8ef;
    font-size: 15px;
    line-height: 1.35;
    color: #0d2f52;
    text-decoration: none;
}

.text-page-docs__link:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.text-page-docs__link svg {
    flex-shrink: 0;
    color: #8b93a3;
}

.text-page-hero__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: 14px;
    line-height: 1.3;
    color: #8b93a3;
}

.text-page-hero__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px #e5e7eb solid;
    border-radius: 6px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.text-page-hero__meta-item svg{
    color: #3980dc;
}

.text-page-section__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    color: #0d2f52;
}
.text-page-section__number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0d2147;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.text-page-callout {
    padding: 16px 18px;
    border: 1px solid #c5d9f5;
    border-radius: 10px;
    background-color: #eef4ff;
    font-size: 15px;
    line-height: 1.5;
    color: #0d2f52;
}

.text-page-callout p {
    margin: 0;
}

.text-page-section .text-page-list {
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #4a5568;
    width: 100%;
}

.text-page-section .text-page-list li {
    padding-left: 4px;
}

.text-page-table-wrap {
    overflow-x: auto;
    margin: 0 -4px;
    padding: 0 4px;
}

.text-page-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.4;
}

.text-page-table thead th {
    padding: 12px 14px;
    background-color: #0d2f52;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
}

.text-page-table thead th:first-child {
    border-top-left-radius: 8px;
}

.text-page-table thead th:last-child {
    border-top-right-radius: 8px;
}

.text-page-table tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #e5e8ef;
    color: #4a5568;
    vertical-align: top;
}

.text-page-table tbody tr:nth-child(even) {
    background-color: #f7f9fc;
}

.text-page-table tbody tr:last-child td {
    border-bottom: 0;
}

.text-page-docs__link--active {
    color: #1f4f98;
    font-weight: 600;
    pointer-events: none;
}

.text-page-table--terms tbody td:first-child {
    width: 28%;
    background-color: #eef4ff;
    color: #0d2f52;
    font-weight: 600;
}

.text-page-table--terms tbody td {
    border-right: 1px solid #e5e8ef;
}

.text-page-table--terms tbody td:last-child {
    border-right: 0;
}

.text-page-tariffs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.text-page-tariff-card {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 20px;
    border: 1px solid #e5e8ef;
    border-radius: 12px;
    background-color: #fff;
}

.text-page-tariff-card__price {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #0d2f52;
}

.text-page-tariff-card__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #0d2f52;
}

.text-page-tariff-card__list {
    margin: 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    font-size: 14px;
    line-height: 1.45;
    color: #4a5568;
}

.text-page-parties {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.text-page-parties__box {
    display: flex;
    row-gap: 10px;
    padding: 16px;
    border-radius: 12px;
    background-color: #eef4ff;
    flex-wrap: wrap;
    column-gap: 10px;
}

.text-page-parties__box--muted {
    background-color: #f3f5f8;
}

.text-page-parties__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #dce8ff;
    color: #1f4f98;
}

.text-page-parties__box--muted .text-page-parties__icon {
    background-color: #e5e8ef;
    color: #4a5568;
}

.text-page-parties__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    color: #0d2f52;
}

.text-page-requisites {
    padding: 24px;
    border-radius: 12px;
    background-color: #0d2f52;
    color: #fff;
}

.text-page-requisites__title {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.text-page-requisites__list {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.text-page-requisites__item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 8px 16px;
    font-size: 14px;
    line-height: 1.45;
}

.text-page-requisites__item dt {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.text-page-requisites__item dd {
    margin: 0;
    font-weight: 600;
}

.text-page-requisites__item a {
    color: #fff;
    text-decoration: underline;
}

.text-page-cookie-categories {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.text-page-cookie-category {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid transparent;
}

.text-page-cookie-category--required {
    background-color: #ecfdf5;
    border-color: #a7f3d0;
}

.text-page-cookie-category--analytics {
    background-color: #eff6ff;
    border-color: #bfdbfe;
}

.text-page-cookie-category--marketing {
    background-color: #fffbeb;
    border-color: #fde68a;
}

.text-page-cookie-category__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.text-page-cookie-category__title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.text-page-cookie-category__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    flex-shrink: 0;
}

.text-page-cookie-category--required .text-page-cookie-category__icon {
    background-color: #d1fae5;
    color: #047857;
}

.text-page-cookie-category--analytics .text-page-cookie-category__icon {
    background-color: #dbeafe;
    color: #1d4ed8;
}

.text-page-cookie-category--marketing .text-page-cookie-category__icon {
    background-color: #fef3c7;
    color: #b45309;
}

.text-page-cookie-category__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #0d2f52;
}

.text-page-cookie-category__badge {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
}

.text-page-cookie-category__badge--enabled {
    background-color: #d1fae5;
    color: #047857;
}

.text-page-cookie-category__badge--optional {
    background-color: #e5e7eb;
    color: #4b5563;
}

.text-page-cookie-category__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #4a5568;
}

.text-page-cookie-category__footer {
    padding: 12px 14px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.45;
    color: #4a5568;
}

.text-page-manage {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 20px;
    border-radius: 12px;
    background-color: #f7f9fc;
}

.text-page-manage__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.text-page-manage__content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    min-width: 0;
}

.text-page-manage__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #0d2f52;
}

.text-page-directions--two-cols {
    grid-template-columns: 1fr;
}


.collapse-wrapper {
    position: relative;
}
.collapse-wrapper .collapse-button {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: #0d2f52;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
.collapse-wrapper .collapse-button:hover {
    background-color: #001b3e;
}
.collapse-wrapper .collapse-button svg.expand {
    display: none;
}
.collapse-wrapper .collapse-button svg.collapse {
    display: block;
}
.collapse-wrapper.collapsed .collapse-button svg.expand {
    display: block;
}
.collapse-wrapper.collapsed .collapse-button svg.collapse {
    display: none;
}
.collapse-wrapper.collapsed .collapse-content {
    display: none;
}
.collapse-wrapper .field-base__title {
    padding-right: 30px;
}

@media only screen and (min-width: 1440px) {
    .card-calendar {
        height: 465px;
    }

    .card-calendar__info {
        height: 405px;
    }

    .card-calendar-info__title {
        max-height: 118px;
    }

    .card-calendar-info__description {
        max-height: 62px;
    }
}

@media only screen and (max-width: 1440px) {
    .card-calendar {
        height: 430px;
    }

    .card-calendar__info {
        height: 180px;
    }

    .card-calendar-info__title {
        max-height: 72px;
    }

    .card-calendar-info__description {
        max-height: 100px;
    }
}

@media only screen and (min-width: 1024px) {
    .calendar-events-list__item.calendar-events-list__message {
        grid-column: span 2;
    }
    .text-page-base {
        padding: 32px;
    }
    .text-page-hero {
        padding: 24px 0 32px;
    }

    .text-page-hero__title {
        font-size: 48px;
    }

    .text-page-hero__subtitle {
        font-size: 20px;
    }

    .text-page-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 20px;
    }
    .text-page-section__heading {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .popup.feedback .loader-overlay,
    .popup.unsubscribe-email .loader-overlay {
        min-width: calc(100vw - 70px);
    }
    .payment-success-card {
        padding: 24px 20px;
    }

    .payment-success-card__title {
        font-size: 28px;
    }

    .payment-success-card__subtitle {
        font-size: 16px;
    }

    .payment-success-plan__price {
        font-size: 24px;
    }

    .payment-success-features__title {
        font-size: 18px;
    }

    .payment-success-feature__name {
        font-size: 20px;
    }

    .payment-success-feature__text {
        font-size: 16px;
    }

    .payment-success-card__actions {
        flex-direction: column;
    }
    .cookie-banner__actions {
        width: 100%;
        justify-content: flex-start;
    }
    .footer-external-links__item.footer-copyright-link {
        grid-column: span 2;
        text-align: right;
    }
}

@media only screen and (min-width: 768px) {
    .text-page-directions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .text-page-tariffs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .text-page-parties {
        gap: 16px;
    }

    .text-page-directions--two-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width:768px) {
    .footer-external-links__item.footer-copyright-link {
        grid-column: auto;
        text-align: left;
    }
}

@media (max-width: 700px) {
    .cookies-banner__actions {
        flex-direction: column;
        align-items: stretch;
    }
}

@media only screen and (max-width: 650px) {
    .pagination-container .page-item {
        display: none;
    }

    .pagination-container .page-item:first-child,
    .pagination-container .page-item:nth-child(2),
    .pagination-container .page-item:last-child,
    .pagination-container .page-item:nth-last-child(2),
    .pagination-container .page-item.active,
    .pagination-container .page-item.disabled {
        display: inline-flex;
    }

    .popup-cookie-consent__header,
    .popup-cookie-consent__body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .popup-cookie-consent__category {
        flex-wrap: wrap;
    }

    .cookie-consent-toggle {
        margin-left: auto;
    }

    .popup-content__footer--cookie-consent .button {
        width: 100%;
        justify-content: center;
    }

    .popup-cookie-consent__doc-link {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .payment-success-plan {
        flex-direction: column;
    }
}