.lk-page {
    padding-top: 186px;
    padding-bottom: 120px;
}

.lk-page .grid-container-1024 {
    row-gap: 0;
}

.lk-page__welcome {
    grid-column: 1 / span 6;
    background-color: var(--white);
    padding: 40px;
    border-radius: 10px;
    min-height: 400px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: 1fr 3fr 1fr;
}

.lk-page__welcome h4 {
    color: #CBCBCB;
    text-align: left;
    height: fit-content;
}

.lk-page__welcome .lk-page__exit {
    display: flex !important;
    gap: 4px;
    align-items: center;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.03em;
    height: max-content;
    justify-self: end;
}

.lk-page__welcome .lk-page__exit .icon-container {
    width: 32px;
    height: 32px;
    background-color: var(--sun-yellow);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lk-page__user-name {
    text-align: left;
    margin-bottom: 24px;
    grid-column: 1 / -1;
    margin-top: 24px;
}

.lk-page__welcome .tags {
    margin-top: auto;
    display: flex;
    gap: 9px;
    grid-column: 1 / -1;
    align-self: end;
}

.lk-page__welcome .tags .tag {
    padding: 7px 10px;
    border: 1px solid var(--black-1000);
    border-radius: 100px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--black-1000);
    height: fit-content;
}

.lk-page__welcome h4::before {
    content: "";
    display: block;
    margin-top: -0.2em;
}

.lk-page__welcome h4::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.lk-page__user-name::before {
    content: "";
    display: block;
    margin-top: -0.2em;
}

.lk-page__user-name::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.lk-page__donation-sum {
    background-color: var(--green);
    padding: 40px;
    border-radius: 10px;
    grid-column: span 6;
    display: flex;
    gap: clamp(1.5rem, -8.438rem + 11.04vw, 4.813rem);
}

.lk-page__donation-sum * {
    text-align: left;
}

.lk-page__donation-sum .left-block {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.lk-page__donation-sum .left-block h4::before {
    content: "";
    display: block;
    margin-top: -0.2em;
}

.lk-page__donation-sum .left-block h4::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.lk-page__donation-sum .left-block h2::before {
    content: "";
    display: block;
    margin-top: -0.2em;
}

.lk-page__donation-sum .left-block h2::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.lk-page__donation-sum .right-block {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1 0 0;
}

.lk-page__donation-sum .right-block h4::before {
    content: "";
    display: block;
    margin-top: -0.2em;
}

.lk-page__donation-sum .right-block h4::after {
    content: "";
    display: block;
    margin-bottom: -0.3em;
}

.lk-page__donation-sum .right-block .items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lk-page__donation-sum .right-block .item {
    display: flex;
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
    align-items: end;
    text-decoration: none;
}

.lk-page__donation-sum .right-block h3::before {
    content: "";
    display: block;
    margin-top: -0.14em;
}

.lk-page__donation-sum .right-block h3::after {
    content: "";
    display: block;
    margin-bottom: -0.08em;
}

.lk-page__donation-sum .right-block .item h3 {
    margin-right: 8px;
}

.lk-page__donation-sum .right-block .item .img-container {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.lk-page__donation-sum .right-block .item .img-container img {
    display: block;
    object-fit: contain;
}

.lk-page__donation-sum p {
    font-size: clamp(1rem, -0.125rem + 1.25vw, 1.375rem);
}

.lk-page__tabs.tabs {
    margin-top: 80px;
    grid-column: 3 / span 8;
    display: flex;
    gap: 8px;
    margin-bottom: 64px;
}

.lk-page__tab {
    flex: 1 0 0;
    display: flex;
}

.lk-page .tab-content > .active {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 10px;
}

.lk-page__tab {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 19px 0;
    background-color: var(--grey-200);
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    transition: all 300ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lk-page__tab.active {
    background-color: var(--sun-yellow);
}

.lk-page__subscribes {
    grid-column: 3 / span 8;
    margin-bottom: 16px;
}

.lk-page__subscribes h3 {
    margin-bottom: 40px;
}

.lk-page__subscribes h3::before {
    content: "";
    display: block;
    margin-top: -0.2em;
}

.lk-page__subscribes h3::after {
    content: "";
    display: block;
    margin-bottom: -0.2em;
}

.lk-page__subscribes-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.lk-page__subscribes-card {
    flex: 1 0 48%;
    background-color: var(--white);
    border-radius: 10px;
    padding: 48px 40px 32px;
    display: flex;
    flex-direction: column;
}

.lk-page__subscribes-card * {
    text-align: left;
}

.lk-page__subscribes-card h3 {
    margin-bottom: 32px;
    text-align: center;
    font-size: clamp(2rem, 1.429rem + 0.89vw, 2.5rem);
}


.lk-page__subscribes-card .card-item {
    padding: 31px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--grey-300);
    gap: 16px;
}

.lk-page__subscribes-card .card-item:has(input.datepicker-custom) {
    padding: 23px 0;
}

.lk-page__subscribes-card .card-item:last-of-type {
    border-bottom: 1px solid var(--grey-300);
    margin-bottom: 24px;
}

.lk-page__subscribes-card .card-item .desc {
    font-weight: 400;
    font-size: clamp(1rem, 0.571rem + 0.67vw, 1.375rem);
    line-height: 130%;
    letter-spacing: -0.03em;
    color: var(--grey-1000);
}

.lk-page__subscribes-card .card-item .value {
    font-weight: 500;
    font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
    line-height: 110%;
    letter-spacing: -0.03em;
    display: flex;
    gap: 8px;
    align-items: center;
}

.lk-page__subscribes-card .card-item .change {
    border: none;
    background-color:  var(--sun-yellow);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lk-page__subscribes-card .card-item .change:focus-visible {
    outline: none;
}

.lk-page__subscribes-card .cancel {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: var(--black-1000);
    padding: 21px 0;
    border: 1px solid var(--grey-900);
    background-color: transparent;
    border-radius: 100px;
    text-align: center;
    transition: all 300ms ease;
}

.lk-page__notice {
    grid-column: 3 / span 8;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: var(--grey-200);
    border-radius: 10px;
    padding: 16px 0;
    margin-bottom: 120px;
}

.lk-page__notice a {
    display: inline;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.lk-page__thanks-block {
    grid-column: 3 / span 8;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.lk-page__thanks-block-black {
    background-color: var(--black-500);
    border-radius: 10px;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.lk-page__thanks-block-black .img-container {
    max-width: 593px;
    border-radius: 8px;
    margin: 10px 0 10px 10px;
    flex: 2 0 0;
}

.lk-page__thanks-block-black .img-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.lk-page__thanks-block-black .description {
    flex: 1 0 0;
    margin: 40px 37px 40px 0;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
}

.lk-page__thanks-block-black .top-title {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 16px;
    align-items: center;
    margin-bottom: 8px;
}

.lk-page__thanks-block-black .top-title h3 {
    text-align: left;
    color: var(--white);
}

.lk-page__thanks-block-black .description p {
    text-align: left;
    max-width: 360px;
    color: var(--white);
    margin-bottom: 120px;
}

.lk-page__thanks-block-black .top-title .icon-container {
    width: 120px;
    height: 120px;
}

.lk-page__thanks-block-black .top-title .icon-container img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.lk-page__thanks-block-black .buttons {
    margin-top: auto;
    display: flex;
    gap: 10px;
}

.lk-page__thanks-block-black .buttons .btn-simple,
.lk-page__thanks-block-black .buttons .btn {
    padding: 19px 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
}

.lk-page__thanks-block-black .buttons .btn-simple {
    border-color: var(--white);
    color: var(--white);
}

.lk-page__thanks-block-yellow {
    background-color: var(--sun-yellow);
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 440px;
}

.lk-page__thanks-block-yellow .top-title {
    display: flex;
    gap: 40px;
    align-items: start;
    justify-content: space-between;
}

.lk-page__thanks-block-yellow .top-title h3 {
    text-align: left;
}

.lk-page__thanks-block-yellow .top-title img {
    margin-right: 6px;
    margin-top: 6px;
}

.lk-page__thanks-block-yellow .socials {
    display: flex;
    gap: 16px;
}


.lk-page__thanks-block-yellow .social img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 40px;
}

.lk-page__thanks-block-yellow p {
    text-align: left;
}

.lk-page__thanks-block-yellow .bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lk-page__thanks-block-yellow .bottom .btn-subscribe {
    padding: 21px 40px;
    max-width: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
}

.lk-page__subscribes-empty {
    grid-column: 3 / span 8;
}

.lk-page__subscribes-empty h3,
.lk-page__history .empty-history {
    margin-bottom: 40px;
}

.lk-page__subscribes-empty h3::before {
    content: "";
    display: block;
    margin-top: -0.2em;
}

.lk-page__subscribes-empty h3::after {
    content: "";
    display: block;
    margin-bottom: -0.2em;
}

.lk-page__subscribes-empty .support {
    padding: 0;
    background-color: transparent;
    margin-bottom: 19px;
}

.lk-page__subscribes-empty .support__form {
    min-height: unset;
    padding: 48px;
    gap: 38px;
}

.lk-page__subscribes-empty .support__form input + label {
    padding: 18px 0;
}

.lk-page__subscribes-empty .support__form .form-top {
    gap: 24px;
}

.lk-page__subscribes-empty .form-sum-title {
    margin-bottom: 4px;
}

.lk-page__subscribes-empty .form-sum-desc {
    margin-bottom: 0;
}

.lk-page__subscribes-empty .support__form .form-btn {
    margin-top: -8px;
}

.lk-page__subscribes-empty .support__form .form-offer {
    max-width: 1100px;
}

.lk-page__history {
    grid-column: 3 / span 8;
    margin-top: -40px;
}

.lk-page__history-filter {
    background-color: var(--white);
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.lk-page__history-filter .select-custom .dropdown-toggle.show {
    border: none;
}

.lk-page__history-filter .filter-item {
    padding: 34px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-top: 1px solid var(--grey-300);
}

.lk-page__history-filter .filter-item:last-of-type {
    border-bottom: 1px solid var(--grey-300);
}

.lk-page__history-filter .filter-item p {
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: var(--grey-1000);
}

.lk-page__history-filter .filter-item .form-group {
    display: flex;
    gap: 48px;
}

.lk-page__history-filter .btn-subscribe {
    margin-top: 24px;
}

.lk-page__history-filter .select-custom .dropdown-toggle {
    border: none;
    background: none;
    padding: 0;
    padding-right: 40px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.03em;
}

.lk-page__history-filter .select-custom .dropdown-menu {
    width: auto;
    min-width: 100%;
    inset: 0 0 auto auto !important;
    margin-top: 16px !important;
    border: 1px solid var(--grey-200);
    box-shadow: 6px -6px 20px 0 #F0F0F0;
}

.lk-page__history-filter .select-custom .dropdown-toggle::after {
    background-color: var(--sun-yellow);
    background-position: center center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    right: 0;
    transition: all 300ms ease;
}

.lk-page__history-filter .select-custom .dropdown-toggle.show::after {
    transform: rotate(180deg) translateY(50%);
}

.lk-page__history-filter .select-custom .dropdown-item {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.03em;
    border: 1px solid var(--grey-200);
    padding-right: 111px;
}

.select-custom .dropdown-item.active {
    background-color: var(--grey-200);
    border-color: var(--grey-300);
}

.lk-page__history-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.lk-page__history-list .list-item {
    padding: 24px 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    border-top: 1px solid var(--grey-300);
}

.lk-page__history-list .list-item:last-of-type {
    border-bottom: 1px solid var(--grey-300);
}

.lk-page__history-list .list-item .history-sum {
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.03em;
    flex: 1 0 clamp(12.5rem, -16.071rem + 44.64vw, 37.5rem);
    text-align: left;
    max-width: clamp(12.5rem, -16.071rem + 44.64vw, 37.5rem);
}

.lk-page__history-list .list-item .history-date {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: var(--grey-1000);
    flex: 1 0 0;
    text-align: left;
}

.lk-page__history-list .list-item .history-subscribe {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    flex: 1 0 0;
    text-align: left;
    max-width: fit-content;
}

.lk-page__history .pagination {
    margin-bottom: 40px;
}

.lk-page__profile {
    grid-column: 3 / span 8;
}

.lk-page__profile h3 {
    margin-bottom: 40px;
}

.lk-page__profile h3::before {
    content: "";
    display: block;
    margin-top: -0.2em;
}

.lk-page__profile h3::after {
    content: "";
    display: block;
    margin-bottom: -0.2em;
}

.lk-page__profile-main {
    background-color: var(--white);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 16px;
}

.lk-page__profile-main .profile-item {
    padding: 31px 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border-top: 1px solid var(--grey-300);
}

.lk-page__profile-main .profile-item:last-of-type {
    border-bottom: 1px solid var(--grey-300);
}

.lk-page__profile-main .profile-item p {
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: var(--grey-1000);
}

.lk-page__profile-main .profile-item .value {
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    color: var(--black-1000);
    display: flex;
    align-items: center;
    gap: 8px;
}

.lk-page__profile-main .profile-item * {
    text-align: left;
}

.lk-page__profile-main .profile-item .icon-container {
    width: 32px;
    height: 32px;
    background-color: var(--sun-yellow);
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
}

.lk-page__profile-main .tumbler-container .tumbler-text {
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: var(--black-1000);
}

.lk-page__profile-main .value-click,
.lk-page__subscribes-card .value-click {
    cursor: pointer;
}

.lk-page__registration,
.lk-page__auth,
.lk-page__restore {
    padding-top: 226px;
    padding-bottom: 120px;
}

.lk-page__registration .grid-container-1024,
.lk-page__auth .grid-container-1024,
.lk-page__restore .grid-container-1024 {
    row-gap: 0;
}

.lk-page__registration h1,
.lk-page__auth h1,
.lk-page__restore h1 {
    grid-column: 1 / -1;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.lk-page__registration h1::before,
.lk-page__auth h1::before,
.lk-page__restore h1::before {
    content: "";
    display: block;
    margin-top: -0.16em;
}

.lk-page__registration h1::after,
.lk-page__auth h1::after,
.lk-page__restore h1::after {
    content: "";
    display: block;
    margin-bottom: -0.1em;
}

.lk-page__registration h1 + p,
.lk-page__auth h1 + p,
.lk-page__restore h1 + p {
    grid-column: 1 / -1;
    max-width: 746px;
    margin: 0 auto;
    margin-bottom: 56px;
}

.lk-page__registration-form,
.lk-page__auth-form,
.lk-page__restore-form {
    background-color: var(--white);
    grid-column: 5 / span 4;
    padding: 64px 40px;
    display: flex;
    flex-direction: column;
    /*gap: 32px;*/
    border-radius: 10px;
}

.lk-page__auth-form .input-password {
    margin-bottom: 32px;
}

.lk-page__registration-form .form-field,
.lk-page__auth-form .form-field,
.lk-page__restore-form .form-field {
    width: 100%;
    margin-bottom: 32px;
}

.lk-page__auth-form .buttons,
.lk-page__restore-form .buttons {
    display: flex;
    gap: 10px;
    width: 100%;
}

.lk-page__registration-form .button-confirm-container,
.lk-page__auth-form .buttons-confirm-container,
.lk-page__restore-form .buttons-confirm-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.lk-page__auth-form .error-message,
.lk-page__registration-form .error-message,
.lk-page__restore-form .error-message {
    margin-bottom: 32px;
    color: var(--red);
}

.lk-page__registration-form .system-info-message,
.lk-page__restore-form .system-info-message {
    margin-bottom: 32px;
}

.lk-page__auth-form .error-message:empty,
.lk-page__registration-form .error-message:empty,
.lk-page__registration-form .system-info-message:empty,
.lk-page__restore-form .error-message:empty,
.lk-page__restore-form .system-info-message:empty {
    display: none;
}

.lk-page__registration-form .button-confirm-container .btn,
.lk-page__auth-form .buttons-confirm-container .btn,
.lk-page__restore-form .buttons-confirm-container .btn {
    font-size: 18px;
    padding: 21px 0;
    flex: 1 0 0;
}

.lk-page__auth-form .buttons-confirm-container .btn-green,
.lk-page__restore-form .buttons-confirm-container .btn-green {
    background-color: var(--green);
}

.lk-page__registration-form .confirm,
.lk-page__auth-form .confirm,
.lk-page__restore-form .confirm {
    display: flex;
    max-width: 326px;
    align-self: center;
}

.lk-page__registration-form a,
.lk-page__auth-form a,
.lk-page__restore-form a {
    display: inline;
}

.lk-page__registration-form .confirm input,
.lk-page__auth-form .confirm input,
.lk-page__restore-form .confirm input {
    appearance: none;
    -webkit-appearance: none;
}

.lk-page__registration-form .confirm label,
.lk-page__auth-form .confirm label,
.lk-page__restore-form .confirm label {
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: 0;
    color: var(--grey-1000);
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    text-align: left;
    text-align-last: center;
}

.lk-page__registration-form .confirm label a,
.lk-page__auth-form .confirm label a,
.lk-page__restore-form .confirm label a {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.lk-page__registration-form .confirm label::before,
.lk-page__auth-form .confirm label::before,
.lk-page__restore-form .confirm label::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid var(--black-1000);
    border-radius: 2px;
    position: absolute;
    left: 7px;
    top: 0;
    transition: all 300ms ease;
}

.lk-page__auth-form .confirm input.danger + label::before {
    border-color: var(--red);
}

.lk-page__registration-form .confirm input:checked + label::before,
.lk-page__auth-form .confirm input:checked + label::before,
.lk-page__restore-form .confirm input:checked + label::before {
    background: url("../../img/icons/done-white-icon.svg"), var(--black-1000);
    background-repeat: no-repeat;
    background-position: center;
    border-color: var(--black-1000);
}

.lk-page__auth-form .auth-retr,
.lk-page__registration-form .registration-enter,
.lk-page__restore-form .registration-enter {
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;
}

.lk-page__registration-form .registration-enter a,
.lk-page__restore-form .registration-enter a,
.lk-page__auth-form .auth-retr a {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.lk-page__registration-form .success-message,
.lk-page__restore-form .success-message {
    display: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;
}

.lk-page__registration-form.success {
    gap: 24px;
}

.lk-page__restore-form {
    /*gap: 43px;*/
}

.lk-page__registration-form .btn:disabled {
    cursor: not-allowed;
}

.lk-page__registration-form.success .success-message,
.lk-page__restore-form.success .success-message {
    display: block;
}

.lk-page__registration-form span.ready,
.lk-page__restore-form span.ready {
    display: none;
}

.lk-page__registration-form.success span.ready,
.lk-page__restore-form.success span.ready {
    display: block;
}

.lk-page__registration-form.success span.next,
.lk-page__restore-form.success span.next {
    display: none;
}

.lk-page__subscribes-card .done,
.lk-page__subscribes-card .close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: none;
}

.lk-page__subscribes-card .done {
    background-color: #ECF1DE;
    border: 1px solid var(--system-green);
}

.lk-page__subscribes-card .close {
    background-color: #FEF1EE;
    border: 1px solid var(--red);
}

@media (hover: hover) {
    .lk-page__tab:hover {
        background-color: var(--green);
    }

    .lk-page__tab.active:hover {
        background-color: var(--sun-yellow);
    }

    .lk-page__subscribes-card .cancel:hover {
        background-color: var(--green);
    }

    .lk-page__thanks-block-black .buttons .btn-simple:hover {
        color: var(--black-1000);
        border-color: var(--black-1000);
    }
}

.lk-page__subscribes-empty {
    /*display: none;*/
}