* {
    touch-action: manipulation;
    margin: 0;
    padding: 0;
}
body {
    height: 100vh;
    background-color: #eceeeb;
}
.fp-account {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Proxima Nova', sans-serif;
}
.fp-account__container {
    display: block;
    width: 100%;
    max-width: 1110px;
    margin: 0 16px;
}
.fp-account__header {
    display: flex;
    flex-direction: column;
    /*min-height: 64px;*/
    width: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}
#fp-object .fp-account__header {
    border-bottom: 1px solid #E2E2E2;
}
.fp-account__header > div.fp-account__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.fp-account-header__logo {
    line-height: 0;
    z-index: 999;
}
.fp-account-header__menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fp-account-header__menu > a {
    display: flex;
    height: 24px;
    line-height: 24px;
    align-items: center;
    outline: none;
    text-decoration: none;
    margin-left: 16px;
    transition: background-color 0.3s ease;
    padding: 4px 8px;
    border-radius: 8px;
}
.fp-account-header__menu > a:hover {
    background-color: #f3f3f3;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
.fp-account-header__menu span {
    margin-left: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #0E0F0C;
}
.fp-account__breadcrumbs {
    display: flex;
    flex-direction: row;
    padding: 16px 0;
    width: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #E2E2E2;
}
.fp-account-breadcrumbs {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-start;
}
.fp-account-breadcrumbs a {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
}
.fp-account-breadcrumbs span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
}
.fp-account-breadcrumbs span {
    margin: 0 8px;
}
.fp-account-breadcrumbs a:hover,
.fp-account-breadcrumbs a:focus {
    text-decoration: none;
}
.fp-account-breadcrumbs a.fp-account-header-breadcrumbs__link_active {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}
.fp-account__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}
.fp-account-order {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: left;
}
.fp-account-order__first-column {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-right: 16px;
}
.fp-account-order__last-column {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: 358px;
}
.fp-bo-info-card-form__guests:last-child {
    border-bottom: none;
}
.fp-bo-info-card-form__guests {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 10px;
    margin: 10px 0 0 0;
}
.fp-account-order-rules {
    display: flex;
    flex-direction: column;
    width: 360px;
    max-width: 360px;
    border-radius: 16px;
}
.fp-account-user {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    margin-left: 24px;
    border-left: 1px solid #E2E2E2;
    padding-left: 24px;
    height: 32px;
    cursor: pointer;
}
.fp-account-user__login {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fp-account-user__arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 24px;
    margin-left: 4px;
}
.fp-account-user__desktop-menu {
    position: absolute;
    top: 42px;
    right: -14px;
    display: none;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    padding: 8px 16px;
    box-shadow: 0px 12px 42px 2px rgba(24, 39, 75, 0.22), 0px 8px 18px -4px rgba(24, 39, 75, 0.22);
    z-index: 100;
}
.fp-account-user-desktop-menu__arrow {
    position: absolute;
    top: -12px;
    right: 18px;
    border-radius: 2px;
}
.fp-account-user-desktop-menu__links {
    display: flex;
    flex-direction: column;
    text-wrap: nowrap;
}
.fp-account-user-desktop-menu-links__link {
    font-weight: 600;
    font-size: 17px;
    line-height: 32px;
    color: #0E0F0C;
    margin-bottom: 8px;
}
.fp-account-user-desktop-menu-links__link:hover {
    text-decoration: none;
    color: #0E0F0C;
}
.fp-account-user-desktop-menu-links__link_red {
    color: #FF3B30;
    text-decoration: none;
}
.fp-account-user-desktop-menu-links__link_red:hover {
    color: #FF3B30;
}
.fp-account-user-desktop-menu-links__link:last-child {
    margin-bottom: 0;
}
.fp-account-order-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 16px;
    margin-bottom: 12px;
}
.fp-account-order-pay {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    z-index: 999;
}
.fp-account-order-pay svg {
    height: 18px;
}
.fp-account-order-pay__helper {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #6A6C6A;
    margin-bottom: 12px;
}
.fp-account-order-pay.fp-account-order-pay__busy .fp-account-order-pay__helper {
    display: none;
}
.fp-account-order-pay form {
    width: 100%;
}
.fp-account-order-pay button {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 100px;
    background-color: #9FE870;
    min-height: 49px;
    text-align: center;
    border: none;
    outline: none;

    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    color: #163300;
    letter-spacing: -1%;
}
/* effect-shine */
.fp-account-order-pay button::before {
    content: "";
    position: absolute;
    top: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(91.49deg, rgba(225, 248, 207, 0) 1.34%, #E1F8CF 46.67%, rgba(225, 248, 207, 0) 98.81%);
    -webkit-animation: shine 7s infinite;
    animation: shine 7s infinite;
}
@-webkit-keyframes shine {
    0% {
        left: -100%;
        transition-property: left;
    }
    11.5044247788%, 100% {
        left: 100%;
        transition-property: left;
    }
}
.fp-account-order-pay.fp-account-order-pay__busy button {
    background-color: #E2E2E2;
    color: #999999;
}
.fp-account-order-pay.fp-account-order-pay__busy button::before {
    display: none;
}
.fp-account-order-pay__timer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
}
.fp-account-order-pay__timer svg {
    margin-right: 4px;
}
.fp-account-order-pay__timer span {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #3B840C;
}
.fp-account-order-pay.fp-account-order-pay__busy .fp-account-order-pay__timer svg path {
    fill: #999;
}
.fp-account-order-pay.fp-account-order-pay__busy .fp-account-order-pay__timer span {
    color: #999;
}
.fp-account-order-pay__timer span span.js-timer {
    display: inline-flex;
    justify-content: left;
    width: 55px;
    font-size: 13px;
}
.fp-account-order-pay__timer span span.js-timer span {
    font-size: 13px;
}

.fp-account-order-pay__timer_red {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    background-color: #FFFFFF;
    padding: 12px 0px;
    justify-content: center;
    border-top: 1px solid #E2E2E2;
}
.fp-account-order-pay__timer_red svg {
    margin-right: 4px;
    color: #FF3B30;
}
.fp-account-order-pay__timer_red span {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    margin-top: 1px;
    color: #FF3B30;
}
.fp-account-order-pay_red.fp-account-order-pay__busy .fp-account-order-pay__timer_red svg path {
    fill: #999;
}
.fp-account-order-pay_red.fp-account-order-pay__busy .fp-account-order-pay__timer_red span {
    color: #999;
}
.fp-account-order-pay__timer_red span span.js-timer {
    display: inline-flex;
    justify-content: left;
    width: 55px;
    font-size: 13px;
}
.fp-account-order-pay__timer_red span span.js-timer span {
    font-size: 13px;
}

.fp-account__footer {
    display: flex;
    justify-content: center;
    /*margin-top: auto;*/
    width: 100%;
    padding: 40px 0 56px 0;
}
.fp-account__footer .fp-account__container {
    padding-top: 56px;
    border-top: 1px solid #E2E2E2;
}
.fp-account-footer__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #606060;
    letter-spacing: -0.41px;
    min-width: 360px;
    max-width: 439px;
    order: 1;
}
.fp-account-footer-copy__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #454745;
    margin-bottom: 16px;
}
.fp-account-footer-copy__pay {
    margin-bottom: 24px;
}
.fp-account-footer-copy__copyright {
    display: flex;
    flex-direction: column;
}
.fp-footer-counters {
    margin-top: 12px;
}
.fp-account-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.fp-account-footer__menu {
    order: 2;
}
.fp-account-footer__menu h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #454745;
}
.fp-account-footer__menu ul {
    padding: 0;
    margin: 24px 0 0 0;
    list-style: none;
}
.fp-account-footer__menu ul li {
    margin-bottom: 24px;
}
.fp-account-footer__menu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #606060;
}
.fp-account-footer__menu a:hover,
.fp-account-footer__menu a:focus {
    text-decoration: none;
}
@media screen and (max-width: 1040px) {
    .fp-account-footer__menu {
        margin: 0 16px 0 0;
    }
    .fp-account-footer__menu ul li {
        margin-bottom: 16px;
    }
    .fp-account-footer__menu:last-child {
        margin: 0 0;
    }
    .fp-account-footer {
        flex-wrap: wrap;
        max-width: 736px;
        margin: 0 auto;
    }
    .fp-account-footer__copy {
        order: 3;
    }
}
@media screen and (max-width: 768px) {
    .fp-account-footer__menu {
        margin: 0 0 32px 0;
    }
    .fp-account-footer__menu.last-child {
        width: 100%;
        flex-basis: 100%;
    }
    .fp-account-footer__copy {
        min-width: unset;
    }
    .fp-account__footer .fp-account__container {
        margin: 0 16px;
        padding-top: unset;
        border-top: unset;
    }
    .fp-account-footer-copy__copyright {
        display: block;
    }
    .fp-account__footer-with-pay {
        padding: 40px 0 154px 0;
    }
}
.fp-account-order-chat {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    width: 100%;
    padding: 6px;
}
.fp-account-order-chat-dialog__helper {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #6A6C6A;
}
.fp-account-order-chat-dialog-form__input {
    display: block;
    position: relative;
    padding: 12px 56px 12px 12px;
    min-height: 26px;
    border-radius: 8px;
    /*border: 1px solid #E2E2E2;*/
    border: none;
    outline: none;
    font-size: 15px;
    line-height: 20px;
    transition: border-radius 0.3s ease;
}
.fp-account-order-chat-dialog-form__input[contenteditable=true]:empty::before {
    content: attr(aria-placeholder);
    color: #6A6C6A;
}
.fp-account-order-chat-dialog-form__input[contenteditable=true]:empty {
    border-radius: 100px;
    transition: border-radius 0.3s ease;
}
/*.fp-account-order-chat-dialog-form__input[contenteditable=true]:empty:focus::before {*/
/*    content: "";*/
/*}*/
.fp-account-order-chat-header__owner-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.fp-account-order-chat__header {
    margin-top: 6px;
    margin-bottom: 12px;
}
.fp-account-order-chat-header__owner-name span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-right: 4px;
}
.fp-account-order-chat-header__owner-status {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #6A6C6A;
}
.fp-account-order-chat__dialog {
    min-height: 322px;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
}
.fp-account-order-chat-dialog__messages {
    display: flex;
    flex-direction: column;
    height: 322px;
    background-color: #ECEEEB;
    border-bottom: 1px solid #E2E2E2;
}
.fp-account-order-chat-dialog__messages-empty {
    justify-content: center;
    align-items: center;
}
.fp-account-order-chat-dialog__form {
    position: relative;
    padding: 0;
}
.fp-account-order-chat-dialog-form__button {
    position: absolute;
    right: 4px;
    bottom: 4px;
    color: white;
    border: none;
    border-radius: 50%;
    display: inline-block;
    padding: 18px;
    height: 18px;
    width: 18px;
    text-align: center;
    background-color: #ECEEEB;

    transition: all 0.3s ease;
}
.fp-account-order-chat-dialog-form__button svg {
    position: absolute;
    top: 10px;
    right: 10px;
}
.fp-account-order-chat-dialog__form.fp-account-order-chat-dialog__form_active .fp-account-order-chat-dialog-form__button {
    background-color: #9FE870;
}
.fp-account-order-chat-dialog__form.fp-account-order-chat-dialog__form_active .fp-account-order-chat-dialog-form__button svg path {
    fill: #163300;
}
.fp-account-order-chat-messages {
    display: flex;
    flex-direction: column-reverse;
    justify-content: end;
    padding: 10px;
    overflow-y: scroll;
}
.fp-account-order-chat-messages {
    scrollbar-width: none;  /* Firefox */
}
.fp-account-order-chat-messages::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
.fp-account-order-chat-message {
    display: flex;
    margin-top: 6px;
    /*max-width: 252px;*/
    width: 100%;

    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #0E0F0C;
    justify-content: end;
}
.fp-account-order-chat-message__content {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    padding: 6px 12px;
    max-width: 251px;
}
.fp-account-order-chat-message__text:first-letter {
    text-transform: capitalize;
}
.fp-account-order-chat-message__date {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #6A6C6A;
    z-index: 1;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 2px;
}
.fp-account-order-chat-message .fp-account-order-chat-message__content svg {
    position: absolute;
    bottom: 0;
    left: -6px;
}
.fp-account-order-chat-message.fp-account-order-chat-message__by-owner {
    justify-content: start;
}
.fp-account-order-chat-message.fp-account-order-chat-message__by-owner .fp-account-order-chat-message__content {
    background-color: rgba(255, 255, 255, 0.45);
}
.fp-account-order-chat-message:not(.fp-account-order-chat-message__by-owner) .fp-account-order-chat-message__content svg {
    right: -6px;
    left: unset;
    transform: scale(-1,1);
}
.fp-account-order-chat-message:not(.fp-account-order-chat-message__by-owner) .fp-account-order-chat-message__content svg path {
    fill-opacity: 1;
}
.fp-account-order-chat-notify {
    display: flex;
    flex-direction: row;
    border-radius: 4px 10px 10px 4px;
    background-color: #9FE870;
    padding-left: 6px;
    width: max-content;
    margin-top: 6px;
}
.fp-account-order-chat-notify__content {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 0 8px 8px 0;
    background-color: #F1FCE9;
    padding: 4px 16px 4px 10px;
}
.fp-account-order-chat-notify.fp-account-order-chat-notify_gray {
    background-color: #6A6C6A;
}
.fp-account-order-chat-notify.fp-account-order-chat-notify_gray .fp-account-order-chat-notify__content {
    background-color: #F5F5F5;
}
.fp-account-order-chat-notify.fp-account-order-chat-notify_gray .fp-account-order-chat-notify__text {
    color: #000000;
}
.fp-account-order-chat-notify__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.14px;
    color: #163300;
}
.fp-account-order-chat-notify__date {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: rgba(14, 15, 12, 0.45);
    z-index: 1;
    text-align: left;
}
.fp-account-order-booking {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    max-width: 360px;
    border-radius: 16px;
    padding: 0 0 0 0;
    margin-right: 16px;
    min-width: 360px;
}
.fp-account-order-booking__content {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background-color: #fff;
    /*padding-top: 6px;*/
}
.fp-account-order-booking.fp-account-order-booking_with-status .fp-account-order-booking__content {
    margin-top: -16px;
}
.fp-account-order-booking-content__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 16px 16px 14px 16px;
}
.fp-account-order-booking-content__header .fp-account-order-booking-content-header__title span {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.38px;
    color: #0E0F0C;
}
.fp-account-order-booking-content-header__menu {
    position: relative;
}
.fp-account-order-booking-content-header-menu__icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 20px;
    cursor: pointer;
    padding: 6px 0 6px 6px;
}
.fp-account-order-booking-content-header-menu__icon svg path {
    fill: #6A6C6A;
    transition: fill 0.2s ease;
}
.fp-account-order-booking-content-header-menu__icon:hover svg path {
    fill: #454745;
    transition: fill 0.2s ease;
}
.fp-account-order-booking-content-header-menu__menu {
    position: absolute;
    top: 30px;
    right: -10px;
    display: flex;
    flex-direction: column;
    text-wrap: nowrap;
    background-color: #fff;
    border-radius: 16px;
    padding: 8px 16px;
    box-shadow: 0px 12px 42px 2px rgba(24, 39, 75, 0.22), 0px 8px 18px -4px rgba(24, 39, 75, 0.22);
    z-index: 3;
}
.fp-account-order-booking-content-header-menu__menu a {
    font-weight: 600;
    font-size: 17px;
    line-height: 32px;
    color: #0E0F0C;
}
.fp-account-order-booking-content-header-menu__menu a:hover,
.fp-account-order-booking-content-header-menu__menu a:focus
{
    text-decoration: none;
    color: #0E0F0C;
}
.fp-account-order-booking-content-header-menu__arrow {
    position: absolute;
    top: -12px;
    right: 12px;
    border-radius: 2px;
}
.fp-account-order-booking__status {
    display: flex;
    flex-direction: row;
    height: 58px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 16px 16px;
    border-radius: 16px 16px 0 0;
}
.fp-account-order-booking-status__request {
    background-color: #FFEB69;
}
.fp-account-order-booking-status__request span {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #3A341C;
}
.fp-account-order-booking-status__request span:nth-of-type(2) {
    font-size: 13px;
    line-height: 13px;
}
.fp-account-order-booking-status__booked {
    background-color: #3B840C;
}
.fp-account-order-booking-status__booked span {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
}
.fp-account-order-booking-status__cancel-owner {
    background-color: #D8DAD7;
}
.fp-account-order-booking-status__cancel-owner span {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #454745;
}
.fp-account-order-booking-status__cancel-user {
    background-color: #A8200D;
}
.fp-account-order-booking-status__cancel-user span {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
}
.fp-account-order-booking-state {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 0 16px;
}
.fp-account-order-booking-state.fp-account-order-booking-state__request .fp-account-order-booking-state__level-0 svg path {
    fill: #FFEB69;
}
.fp-account-order-booking-state.fp-account-order-booking-state__request .fp-account-order-booking-state__level-1 {
    color: #000;
}
.fp-account-order-booking-state__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #0E0F0C;
    margin: 12px 0;
}
.fp-account-order-booking-state__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #E2E2E2;
    padding: 18px 16px;
    margin-bottom: 16px;
}
.fp-account-order-booking-state__level-0 {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
}
.fp-account-order-booking-state__level-1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #163300;
    margin-top: 6px;
    margin-bottom: 4px;
    text-align: center;
}
.fp-account-order-booking-state__level-2 {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6A6C6A;
}
.fp-account-order-booking-state__confirmation {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
}
.fp-account-order-booking-state__confirmation a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fp-account-order-booking-state__confirmation a,
.fp-account-order-booking-state__confirmation a:hover,
.fp-account-order-booking-state__confirmation a:focus {
    text-decoration: none;
}
.fp-account-order-booking-state__confirmation a span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #0E34A0;
    margin-left: 4px;
}
.fp-account-order-booking-state__review {
    margin-top: 12px;
}
.fp-account-order-booking-state__review a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 100px;
    background-color: #9FE870;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    color: #163300;
    letter-spacing: -0.17px;
    padding: 8px 12px;
    text-decoration: none;
}
.fp-account-order-booking-state__review a:hover {
    text-decoration: none;
}
.fp-account-order-owner {
    display: flex;
    flex-direction: column;
    padding: 12px 16px 14px 16px;
}
.fp-account-order-owner__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.4px;
    color: #0E0F0C;
    margin-bottom: 14px;
}
.fp-account-order-owner-content-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}
.fp-account-order-owner-content-row span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.16px;
    color: #0E0F0C;
    margin-left: 8px;
}
.fp-account-order-tooltip {
    position: absolute;
    display: flex;
    top: 12px;
    right: 16px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fp-account-order-tooltip > svg path {
    fill: #CBCCCB;
    transition: fill 0.2s ease;
}
.fp-account-order-tooltip:hover > svg path {
    fill: #ADAEAD;
    transition: fill 0.2s ease;
}
.fp-account-order-tooltip__content {
    position: absolute;
    right: 0;
    top: 28px;
    width: max-content;
    max-width: 215px;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 2px;

    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);

    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.fp-account-order-tooltip__content svg {
    position: absolute;
    top: -4px;
    right: 0;
}
.fp-account-order .fp-booking-prices__title {
    border-bottom: none;
}
.fp-account-order .fp-booking-prices__list {
    margin-top: 0;
    padding-top: 16px;
    border-top: 1px solid #E2E2E2;
}
.fp-account-order .fp-bo-info-card-form__value {
    white-space: nowrap;
}
.fp-account-order .fp-bo-info {
    margin-left: 8px;
    padding: 8px 0;
}
.fp-account-order .fp-booking-object {
    margin: 0 8px 8px 8px;
    padding: 8px;
}
.fp-account-order .fp-booking-room-info {
    margin-left: 8px;
}
.fp-account-order .fp-booking-rules__rule svg {
    min-width: 18px;
}
.fp-account-order .fp-booking-rules__rule {
    margin-bottom: 8px;
}
.fp-account-order .fp-booking-rules__rule.fp-booking-rules__rule_gray {
    align-items: flex-start;
}
.fp-account-order .fp-booking-rules__rule.fp-booking-rules__rule_gray svg path {
    fill: #6A6C6A;
}
.fp-account-order .fp-booking-rules__rule.fp-booking-rules__rule_gray span {
    color: #6A6C6A;
}
.fp-account-order .fp-booking-rules__title {
    margin: 16px 0 16px 0
}
.fp-account-order .fp-booking-rules__rule span {
    line-height: 20px;
}
.fp-account-order .fp-booking-rules-list {
    padding-bottom: 16px;
}
.fp-account-order-booking-state__request .fp-account-order-booking-state__content {
    justify-content: left;
    align-items: start;
    padding: 16px 16px;
}
.fp-account-order-booking-state__step {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.fp-account-order-booking-state__step:not(.fp-account-order-booking-state__step_active) svg rect.stroke {
    stroke: #E2E2E2;
}
.fp-account-order-booking-state__step:not(.fp-account-order-booking-state__step_active) svg rect.fill {
    fill: #E2E2E2;
}
.fp-account-order-booking-state__step.fp-account-order-booking-state__step_prev svg {
    fill: #9FE870;
}
.fp-account-order-booking-state__step.fp-account-order-booking-state__step_prev svg rect.stroke {
    stroke: #9FE870;
}
.fp-account-order-booking-state__step.fp-account-order-booking-state__step_prev svg rect.fill {
    fill: #fff;
}
.fp-account-order-booking-state__step:last-child {
    margin-bottom: 0;
}
.fp-account-order-booking-state__step-icon {
    display: inline-flex;
    position: relative;
}
.fp-account-order-booking-state__step-icon svg {
    z-index: 2;
}
.fp-account-order-booking-state__step:not(:last-child) > span.fp-account-order-booking-state__step-icon::after {
    position: absolute;
    width: 0;
    height: 12px;
    margin-left: 50%;
    left: -1px;
    bottom: -16px;
    content: "";
    border-left: 2px solid #E2E2E2;
}
.fp-account-order-booking-state__step-text {
    margin-left: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #0E0F0C;
}
.fp-account-order-booking-state__step.fp-account-order-booking-state__step_prev .fp-account-order-booking-state__step-text{
    color: #0E0F0C;
}
.fp-account-order-booking-state__step:not(.fp-account-order-booking-state__step_active) .fp-account-order-booking-state__step-text {
    color: #B0B2AF;
}
.fp-account-order-booking-state__step.fp-account-order-booking-state__step_prev .fp-account-order-booking-state__step-text {
    color: #0E0F0C;
}
@media screen and (max-width: 1040px) {
    .fp-account-header__menu {
        width: 100%;
        justify-content: flex-end;
    }
    .fp-account-header__menu > a {
        display: none;
    }
    .fp-account__header.fp-account__header .fp-account-user,
    .fp-account__header.fp-account__header_main .fp-account-user {
        border-left: none;
        margin-right: 10px;
    }
    .fp-account-order__first-column {
        margin-right: 0;
        margin-bottom: 16px;
        justify-content: space-between;
    }
    .fp-account-order {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 736px;
        margin: 0 auto;
    }
    .fp-account-order__last-column {
        max-width: 100%;
    }
}
@media screen and (max-width: 1040px) {
    .fp-account__header.fp-account__header_main .fp-account-user {
        border-left: none;
        margin-right: 10px;
    }
}
.can-toggle {
    position: relative;
    display: none;
    cursor: pointer;
    margin-top: 16px;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
    box-sizing: border-box;
}
.can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.can-toggle input[type=checkbox][disabled] ~ label {
    pointer-events: none;
}
.can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
    color: #6A6C6A;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
}
.can-toggle label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}
.can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
    position: relative;
}
.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-align: center;
    color: #6A6C6A;
}
.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-align: center;
    background: #fff;
    transform: translate3d(0, 0, 0);
}
.can-toggle input[type=checkbox][disabled] ~ label {
    color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
    background-color: #ECEEEB;
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    /*color: #5e5e5e;*/
}
.can-toggle input[type=checkbox]:hover ~ label {
    /*color: #6a6a6a;*/
}
.can-toggle input[type=checkbox]:checked ~ label:hover {
    /*color: #ECEEEB;*/
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
    background-color: #ECEEEB;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    /*color: #ECEEEB;*/
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
    background-color: #ECEEEB;
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    color: #0E0F0C;
}
.can-toggle label .can-toggle__label-text {
    flex: 1;
}
.can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background-color: #ECEEEB;
}
.can-toggle label .can-toggle__switch:before {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #6A6C6A;
}
.can-toggle label .can-toggle__switch:after {
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(166px, 0, 0);
}
.can-toggle label {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #0E0F0C;
}
.can-toggle label .can-toggle__switch {
    height: 42px;
    width: 340px;
    border-radius: 100px;
    border: 1px solid #E2E2E2;
}
.can-toggle label .can-toggle__switch:before {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3px;
    left: 166px;
    height: 34px;
    width: 166px;
    padding: 0 4px;
    border-radius: 100px;
    font-size: 15px;
    line-height: 15px;
    /*color: #0E0F0C;*/
}
.can-toggle label .can-toggle__switch:after {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3px;
    left: 4px;
    width: 166px;
    height: 34px;
    border-radius: 100px;
    font-size: 15px;
    line-height: 15px;
    color: #0E0F0C;
}
@media screen and (max-width: 768px) {
    .can-toggle {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .fp-account-order__last-column {
        display: none;
    }
    .fp-account__header > div.fp-account__container {
        padding: 0 6px;
    }
    .fp-account__container {
        margin: 0 6px;
    }
    .fp-account-order {
        width: 100%;
    }
    .fp-account-order__first-column {
        flex-direction: column;
        width: 100%;
        padding: 0px 6px;
    }
    .fp-account-order-booking {
        margin-right: 0;
        margin-bottom: 16px;
        width: 100%;
    }
    .fp-account-order-rules {
        width: 100%;
        max-width: none;
    }
    .can-toggle {
        display: block;
    }
    .fp-account__header {
        min-height: unset;
    }
    .fp-account-order-booking {
        max-width: none;
    }
}
.fp-account-mobile-menu {
    display: none;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.fp-account-mobile-menu__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: 0.3s;
}
.fp-account-mobile-menu__icon {
    display: block;
    position: relative;
    background: #163300;
    width: 90%;
    height: 2px;
    transition: 0.3s;
    border-radius: 4px;
}
.fp-account-mobile-menu__icon::after, .fp-account-mobile-menu__icon::before {
    content: "";
    display: block;
    position: absolute;
    background: #163300;
    width: 100%;
    height: 2px;
    transition: 0.3s;
    border-radius: 4px;
}
.fp-account-mobile-menu__icon::after {
    top: 6px;
}
.fp-account-mobile-menu__icon::before {
    top: -6px;
}
.fp-account-mobile-menu__container {
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    top: 64px;
    left: 0;
    right: 0;
    padding: 0 12px;
    z-index: 999;
    height: 0;
    opacity: 1;
    transition: 0.3s;
    transition-delay: 0.2s;
    overflow: hidden;
    background-color: #fff;
}
.fp-account__header.fp-account__header_main .fp-account-mobile-menu__container {
    background-color: #9FE870;
}
@media screen and (max-width: 1040px) {
    .fp-account__header.fp-account__header_main .fp-account-mobile-menu__container {
        top: 56px;
    }
}
.fp-account-mobile-menu__list {
    transition: 0.3s;
    transition-delay: 0.3s;
    list-style: none;
    padding: 4px 0 0 0;
    margin: 0;
    width: 100%;
}
.fp-account-mobile-menu__item {
    display: flex;
    flex-direction: row;
}
.fp-account-mobile-menu__item:first-child {
    border-bottom: 1px solid #E2E2E2;
}
.fp-account-mobile-menu__item-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    text-decoration: none;
}
.fp-account-mobile-menu__item-link:hover,
.fp-account-mobile-menu__item-link:focus {
    color: #0E0F0C;
    text-decoration: none;
}
.fp-account-mobile-menu__exit {
    position: relative;
    top: -84px;
}
.fp-account-mobile-menu__item-link-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fp-account-mobile-menu__item-link-icon,
.fp-account-mobile-menu__item-link-arrow {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}
.fp-account-mobile-menu__item-link-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #0E0F0C;
    margin-left: 16px;
}
.fp-account-mobile-menu__link {
    text-decoration: none;
    color: #fff;
}
.fp-account-mobile-menu__checkbox {
    display: none;
}
.fp-account-mobile-menu__checkbox:checked ~ .fp-account-mobile-menu__nav {
    opacity: 1;
    transition-delay: 0s;
}
.fp-account-mobile-menu__checkbox:checked ~ .fp-account-mobile-menu__container {
    height: 100%;
    transition-delay: 0s;
}
.fp-account-mobile-menu__checkbox:checked ~ .fp-account-mobile-menu__btn .fp-account-mobile-menu__icon {
    background: transparent;
}
.fp-account-mobile-menu__checkbox:checked ~ .fp-account-mobile-menu__btn .fp-account-mobile-menu__icon::before, .fp-account-mobile-menu__checkbox:checked ~ .fp-account-mobile-menu__btn .fp-account-mobile-menu__icon::after {
    top: 0;
}
.fp-account-mobile-menu__checkbox:checked ~ .fp-account-mobile-menu__btn .fp-account-mobile-menu__icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.fp-account-mobile-menu__checkbox:checked ~ .fp-account-mobile-menu__btn .fp-account-mobile-menu__icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.fp-account-order .fp-bo-info-card-form__helper {
    display: none;
}
.fp-account-order .fp-bo-info-card-form__guests.last-guest {
    border-bottom: unset;
}
.fp-account-order .fp-bo-info-card__form {
    border: none;
    padding: 0 10px;
}
@media screen and (max-width: 1120px) {
    .fp-account__header > div.fp-account__container {
        padding: 0 6px;
    }
}
@media screen and (max-width: 1040px) {
    .fp-account-mobile-menu {
        display: flex;
    }
    .fp-account__header > div.fp-account__container {
        padding: 0 6px;
    }
    .fp-account__container {
        margin: 0 6px;
    }
    .fp-bo-info-card-form__guests {
        position: relative;
        border-bottom: unset;
    }
    .fp-account-order .fp-bo-info-card-form__helper {
        display: flex;
        flex-direction: row;
        position: absolute;
        bottom: 10px;
        right: 10px;
        align-items: center;
        text-wrap: nowrap;
    }
    .fp-account-order .fp-bo-info-card-form__helper span {
        font-weight: 600;
        font-size: 15px;
        line-height: 15px;
        color: #6A6C6A;
        margin-right: 2px;
    }
    .fp-account-order .fp-bo-info-card-form__helper .fp-bo-info-card-form__helper-icon {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: -2px;
        height: 18px;
        width: 18px;
    }
    .fp-account-order .fp-bo-info-card__form {
        max-height: 108px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .fp-account-order .fp-bo-info-card__form.fp-bo-info-card__form_active .fp-bo-info-card-form__guests:not(.last-guest) {
        border-bottom: 1px solid #E2E2E2;
    }
    .fp-account-order .fp-bo-info-card__form.fp-bo-info-card__form_active {
        max-height: 1000px;
    }
    .fp-account-order .fp-bo-info-card__form.fp-bo-info-card__form_active .fp-bo-info-card-form__helper .fp-bo-info-card-form__helper-icon svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
}
@media screen and (max-width: 768px) {
    .fp-account-order-pay {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        margin-bottom: 0;
        border-radius: unset;
        border-top: 1px solid #E2E2E2;
    }
}
.fp-account-order .fp-bo-info__title a,
.fp-account-order .fp-bo-info__title a:hover,
.fp-account-order .fp-bo-info__title a:focus {
    text-decoration: none;
    color: #0F110F;
}
.circle {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    /*background-color: #ff5f7a;*/
    color: white;
    text-align: center;
    line-height: 24px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    border-radius: 50%;
    font-size: 1.3rem;
    z-index: 1;
}
.circle:hover {
    cursor: pointer;
}
/*.circle::after, */
.circle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    /*background: #ff5f7a;*/
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: grow 1s ease-in-out infinite;
    animation: grow 1s ease-in-out infinite;
}
/*.circle::after {*/
/*    background: rgba(255, 95, 122, 0.4);*/
/*}*/
.circle::after::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #5f84ff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: grow 1s ease-in-out ease-in infinite;
    animation: grow 1s ease-in-out ease-in infinite;
}
.circle::before {
    background: rgba(159, 232, 112, 0.4);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes grow {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes grow {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}
.fp-account-order-booking-state__step.fp-account-order-booking-state__step_active .circle {
    display: block;
}
.fp-account-order-selection {
    display: flex;
    flex-direction: column;
    padding: 8px;
}
.fp-account-order-selection__why {
    padding: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #6A6C6A;
    letter-spacing: -0.4px;
}
.fp-account-order-selection__content {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    background-color: #F1FCE9;
}
.fp-account-order-selection-content__title {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #163300;
    margin-bottom: 16px;
    letter-spacing: -0.4px;
}
.fp-account-order-selection__content a {
    position: relative;
    overflow: hidden;
}
.fp-account-order-selection__content a,
.fp-account-order-selection__content a:hover,
.fp-account-order-selection__content a:focus {
    outline: none;
    text-decoration: none;
    line-height: 49px;
    border-radius: 100px;
    text-align: center;
    background-color: #9FE870;
}
.fp-account-order-selection__content a span {
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    color: #163300;
    letter-spacing: -0.4px;
}

/* effect-shine */
a.js-search-from-order::before {
    content: "";
    position: absolute;
    top: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(91.49deg, rgba(225, 248, 207, 0) 1.34%, #E1F8CF 46.67%, rgba(225, 248, 207, 0) 98.81%);
    -webkit-animation: shine 7s infinite;
    animation: shine 7s infinite;
}
.fp-booking-request {
    display: flex;
    flex-direction: column;
}
.fp-booking-request__info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 16px;
}
.fp-booking-request-info__icon {
    display: flex;
    flex-direction: row;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}
.fp-booking-request-info__content {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}
.fp-booking-request-info-content__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    color: #3B840C;
    letter-spacing: -0.4px;
}
.fp-booking-request-info-content__desc {
    margin-top: 4px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.4px;
    color: #0E0F0C;
}
.fp-booking-request__telegram {
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-radius: 8px;
    margin: 0 8px 8px 8px;
}
.fp-booking-request-telegram__title {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.4px;
    color: #0E0F0C;
    padding: 16px 16px 16px 16px;
}
.fp-booking-request-telegram__link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #E2E2E2;
    height: 49px;
    margin: 0 12px 16px 12px;
}
.fp-booking-request-telegram__link:hover,
.fp-booking-request-telegram__link:focus {
    text-decoration: none;
}
.fp-booking-request-telegram__link span {
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.17px;
    color: #0E0F0C;
    margin-left: 12px;
}
.fp-account-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.fp-account-modal.active {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

.fp-account-modal__content {
    background-color: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 400px;
    padding: 30px 20px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-50px);
    transition: transform 0.3s ease;
    position: relative;
}

.fp-account-modal.active .fp-account-modal__content {
    transform: translateY(0);
}

.fp-account-modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}

.fp-account-modal__close:hover {
    color: #333;
}

.fp-account-modal__message {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .fp-account-header__logo {
        margin-left: 16px;
    }
    .fp-account-user {
        border-left: 0;
    }
}
@media (max-width: 480px) {
    .fp-account-modal__content {
        width: 90%;
        padding: 25px 15px 15px;
    }

    .fp-account-modal__close {
        right: 15px;
    }

    .fp-account-modal__message {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    #fp-logo-default {
        font-size: 20px;
    }
}