body {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    background-color: var(--color-bg);
    overflow-x: hidden;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: var(--color-accent);
    text-decoration: none;
}

.home-logo a,
.elementor-widget-navigation-menu .home-logo a.hfe-menu-item {
    width: 154px;
    height: 76px;
    font-size: 0 !important;
    background: url(../img/logo.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
}

.header-menu ul.hfe-nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.elementor-widget-navigation-menu a.hfe-menu-item,
.elementor-widget-navigation-menu a.hfe-sub-menu-item {
    font-family: var(--font-ui) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 100% !important;
}

footer ul {
    display: block !important;
    column-count: 3;
    column-gap: 67px;
    row-gap: 0;
    margin: 0 !important;
    padding: 0 !important;
}

footer .elementor-widget-navigation-menu a.hfe-menu-item {
    font-size: 16px !important;
    padding: 0 !important;
    margin-bottom: 12px;
}

[class*="form-control"] {
    background-color: transparent;
    font-size: 14px;
}

[class*="form-control"]::placeholder {
    color: rgba(147, 150, 169, 1);
}

input[class*="form-control"]:not([type="checkbox"]) {
    padding: 14.5px 20px;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
    background-color: transparent;
}

label:has(input[type=checkbox]) {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 12px;
    line-height: 100%;
}

label:has(input[type=checkbox]) a {
    text-decoration: underline;
}

.ff-default .ff_btn_style {
    border-radius: 0 !important;
    padding: 14.5px 30px !important;
    font-family: var(--font-ui) !important;
    font-size: 14px !important;
    line-height: 100% !important;
    background-color: transparent !important;
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
}

.ff-default .ff_btn_style:hover {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}

.fluentform .ff-el-group {
    margin-bottom: 14px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-0 p {
    margin-bottom: 0 !important;
}

.mb-12,
.mb-12 p {
    margin-bottom: 12px !important;
}

div#n2-ss-2 .my-custom-decor,
div#n2-ss-2 .my-custom-decor div,
div#n2-ss-2 .my-custom-decor span {
    font-family: var(--font-decor) !important;
}

.main-heading,
.main-heading *,
div#n2-ss-2 .main-heading,
div#n2-ss-2 .main-heading div,
div#n2-ss-2 .main-heading span {
    font-family: var(--font-heading) !important;
    color: var(--color-primary);
}

.e-con>.e-con-inner {
    --row-gap: 0 !important;
}

a,
a div {
    transition: .3s;
}

div#n2-ss-3 .nextend-arrow {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: -40px;
    width: 41px;
    height: 11px;
}

div#n2-ss-3 .nextend-arrow img {
    display: none !important;
}

div#n2-ss-3 .nextend-arrow:before {
    content: '';
    width: 41px;
    height: 25px;
    background: url(../img/arrow-prev.svg) no-repeat top;
    background-size: 41px 12px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

div#n2-ss-3 .nextend-arrow-next {
    transform: scale(-1, 1);
    margin-right: -80px;
}

div#n2-ss-3 .nextend-arrow-previous {
    margin-left: -80px;
    top: -50px;
}

.wrap-image * {
    margin: 0 !important;
    max-width: 100% !important;
}

.plan-galery {
    overflow-x: auto;
    display: block;
}

.plan-galery__inner>.e-con-inner {
    min-width: 1665px;
    margin: 0 auto;
}

.plan-galery,
.plan-galery__inner,
.plan-galery__inner .e-con-inner {
    justify-content: flex-start !important;
}

.image-corusel .swiper .elementor-swiper-button {
    top: calc(100% + 60px) !important;
    width: 42px !important;
    height: 42px !important;
}

.image-corusel .swiper .elementor-swiper-button svg {
    display: none;
}

.image-corusel .swiper .elementor-swiper-button:before {
    content: '\2192';
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-primary);
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0F233B !important;
}

.image-corusel .swiper .elementor-swiper-button-prev {
    left: 50%;
    margin-left: -54px;
}

.image-corusel .swiper .elementor-swiper-button-prev:before {
    content: '\2190';
}

.image-corusel .swiper .elementor-swiper-button-next {
    right: 50%;
    left: auto;
    margin-right: -54px;
}

.breadcrumbs {
    font-size: 14px;
    color: #2E495B80;
}

.breadcrumbs a {
    text-decoration: none !important;
    font-size: 14px;
    color: #2E495B;
}

.breadcrumbs a:hover {
    text-decoration: underline !important;
}

.form-event {
    background-color: var(--color-bg);
}

.ff-default .custom-submit .ff-btn-submit {
    width: 100%;
    background-color: var(--color-primary) !important;
    color: #FAF9F7 !important;
    border: 0 !important;
    padding: 16px 30px !important;
}

.ff-default .custom-submit .ff_btn_style:hover {
    background-color: var(--color-accent) !important;
    color: #FAF9F7 !important;
}

.elementor.elementor .e-con>.elementor-widget.form-event,
.form-event {
    --container-widget-width: 609px;
}

button {
    transition: .3s !important;
    cursor: pointer !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.wishlist-container {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px 80px 20px;
    display: grid;
    grid-template-columns: 1fr 542px;
    gap: 80px;
    align-items: start;
}

.wishlist-order-summary {
    background: #122237;
    color: #ffffff;
    padding: 40px;
}

.summary-title {
    font-family: serif;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.summary-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: center;
}

.summary-item-thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.summary-item-details {
    flex-grow: 1;
}

.summary-item-details .item-name {
    font-weight: 600;
    color: #FAF9F7;
    font-family: var(--font-ui) !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 150px;
    max-width: 150px;
}

.item-name-row,
.item-meta-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.wishlist-order-summary .item-meta {
    color: rgba(250, 249, 247, 0.6);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-ui) !important;
}

.wishlist-order-summary .item-price {
    min-width: 90px;
    text-align: right;
}

.wishlist-order-summary .summary-item {
    margin-bottom: 24px;
}

.summary-item-thumb {
    line-height: 0;
    min-width: 60px;
}

.wishlist-order-summary .item-qty {}

.total-row {
    display: flex;
    align-items: baseline;
    margin-top: 15px;
}

.total-row span {
    color: #FAF9F7;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.total-row span.dots {
    color: rgba(255, 255, 255, .6) !important;
}

.dots {
    flex-grow: 1;
    border-bottom: 1px dotted #4d5a6d;
    margin: 0 10px;
}

.total-disclaimer {
    margin-top: 16px;
    color: rgba(250, 249, 247, 0.6);
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
}

textarea {
    resize: vertical;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.prevMonthDay.selected,
.flatpickr-day.nextMonthDay.selected {
    background: #122237 !important;
    border-color: #122237 !important;
    color: #fff !important;
}

.flatpickr-day.inRange {
    background: #f0f2f5 !important;
    border-color: transparent !important;
    box-shadow: -5px 0 0 #f0f2f5, 5px 0 0 #f0f2f5 !important;
}

.flatpickr-current-month,
.flatpickr-month {
    color: #122237 !important;
    fill: #122237 !important;
}

.flatpickr-weekday {
    color: #8a94a3 !important;
    font-weight: 400 !important;
}

.flatpickr-calendar {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    border-radius: 0px !important;
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #ECECED !important;
}

.mega-menu-column {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Georgia', serif;
    color: #333;
}

.mega-menu-column li {
    margin: 6px 0;
}

.mega-menu-column a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 0;
}

.mega-menu-column a:hover {
    color: #0073aa;
}

.mega-menu-image img {
    width: 100%;
    max-width: 250px;
    border-radius: 8px;
    margin-top: 10px;
}

.link-catalog {
    display: flex;
    min-width: 110px;
    margin: 0 auto;
    padding: 0 !important;
}

.link-catalog a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: var(--font-ui);
    padding: 12px 30px 12px 30px;
}

.ff-el-group:has(#ff_5_wishlist_data) {
    position: absolute;
    z-index: -10;
    visibility: hidden;
}

.wishlist-contact-form {
    pointer-events: none;
}

.wishlist-container:has(.summary-item) .wishlist-contact-form {
    pointer-events: inherit;
}

.home main {
    padding-top: 31px !important;
}

.header-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999 !important;
    background-color: var(--color-bg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-spacer {
    display: none;
}

.header-fixed+.header-spacer {
    display: block;
}

.mega-menu-catalog::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 50px;
    height: 10px;
    background: transparent;
    z-index: 10;
}

footer {
    margin-top: 60px;
}

.home footer {
    margin-top: 0;
}

.custom-mini-cart:has(.empty-message) .remove-all {
    display: none;
}

body .ff-el-form-control {
    border-color: #9396A9 !important;
    font-size: 14px !important;
    color: #0F233B !important;
    font-family: var(--font-ui) !important;
}

.fluentform .ff-el-is-error .ff-el-form-control {
    border-color: #f56c6c !important
}

.ff-el-input--content:has(.custom-phone-error) .phone-number {
    border-color: #f56c6c !important;
    background-color: #fff !important;
}

.ff-el-form-control::placeholder {
    color: #9396A9;
}

body .ff-default .ff-el-form-control:focus {
    border-color: #9396A9;
}

.ff-el-input--content:has(.ff-el-datepicker) {
    position: relative;
}

.ff-el-input--content:has(.ff-el-datepicker):after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 20px;
    position: absolute;
    background: url(../img/calendar.svg) no-repeat center;
    background-size: cover;
}

.ff-el-is-error .ff-el-input--content:has(.ff-el-datepicker):after {
    top: 17px;
}

.e-n-accordion [role="region"] {
    padding: 0 0 20px 0 !important;
}

.e-n-accordion [role="region"] * {
    line-height: 1.5;
    color: #2E495B !important;
}

.e-n-accordion [role="region"] p {
    margin-bottom: 0;
}

.e-n-accordion ul {
    padding-left: 20px;
}

.e-n-accordion ul li {
    position: relative;
}

.e-n-accordion ul li {
    list-style: none;

}

.e-n-accordion ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: currentColor;
    border-radius: 50%;
    position: absolute;
    left: -0.8em;
    top: 0.6em;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    color: #0F233B !important;
}

li.product .onsale {
    display: none !important;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 400;
}

.page-numbers.dots {
    border: 0 !important
}

footer nav li:nth-child(5),
footer nav li:nth-child(8) {
    break-before: column;
}

@media (max-width:1280px) {
    footer ul {
        column-count: 2;
    }

    .mega-menu-content-clean {
        padding: 40px 80px !important;
    }

    .mega-menu-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width:1024px) {
    .text-client-decor {
        margin-bottom: -50px !important;
    }

    .hero-slider {
        margin-bottom: 140px !important;
    }

    .slider-planning-text {
        order: -1 !important;
    }

    .elementor-widget-navigation-menu .home-logo {
        display: none;
        ;
    }

    .elementor-16 .elementor-element.elementor-element-337b6a5 .hfe-nav-menu__toggle {
        margin: 0 0 0 auto !important;
    }

    .wishlist-container {
        grid-template-columns: 1fr;
        gap: 60px;
        max-width: 100% !important;
        width: 542px;
    }

    .wishlist-container .wishlist-order-summary {
        width: 542px;
        max-width: 100% !important;
        margin: 0 auto;
    }

    .wishlist-contact-form {
        width: 488px;
        max-width: 100%;
        margin: 0 auto;
    }

    .wishlist-title {
        font-size: 48px !important;
        line-height: 1.1 !important;
    }

    .wishlist-order-summary,
    .wishlist-contact-form {
        width: 100%;
    }

    .wishlist-order-summary {
        order: -1;
    }

    .wishlist-contact-form {
        max-width: 100%;
    }

    .wrap-image>div>div {
        position: relative !important;
        width: 100% !important;
        transform: unset !important;
        aspect-ratio: 944 / 577;
        margin-top: 60px !important;
    }

    .wrap-image {
        padding-left: 40px;
        padding-right: 40px;
    }

    .wrap-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .wrap-slider-text {
        margin-top: 100px !important;
    }

    div#n2-ss-2 [data-sstype="slide"],
    .n2-ss-slider .n2-ss-layer-with-background {
        padding: 0 !important;
    }

    .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
        margin-top: 28px !important;
    }

    .servises-include>div {
        row-gap: 40px !important;
    }

    .my-custom-decor__small {}

    .mega-menu-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer-1 {
        display: contents !important;
    }

    .footer-1-1 {
        width: 50% !important;
        order: 1;
    }

    .footer-2 {
        width: 50% !important;
        order: 2;
    }

    .footer-1-2 {
        width: 100% !important;
        order: 3;
    }

    .footer-block {
        flex-wrap: wrap !important;
    }

    .column-form {
        border-left: 1px solid rgba(15, 35, 59, 1) !important;
    }

    .footer-column-logo {
        border: none !important;
    }

    .footer-1-2 {
        border-top: 1px solid rgba(15, 35, 59, 1) !important;
    }
}

@media (max-width:768px) {
    .layout-md:has(.breadcrumbs) {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .mobile-size-66.elementor-widget-heading .elementor-heading-title {
        font-size: 66px !important;
        line-height: .95 !important;
    }

    .wishlist-container {
        padding: 24px 16px;
    }

    .wishlist-container .wishlist-order-summary {
        width: 100%;
        padding: 24px;
    }

    .elementor-101 .elementor-element.elementor-element-43acf06 {
        padding: 0 16px !important;
    }

    .summary-item-details .item-name {
        width: 120px;
    }

    .text-client-decor {
        margin-bottom: -20px !important;
        text-align: center !important;
        align-self: center !important;
    }

    .home-review h1,
    .home-review .text-decor,
    .home-review .text-decor * {
        align-self: center !important;
        text-align: center !important;
    }

    body footer .footer-column-logo {
        padding-bottom: 48px !important;
        padding-top: 48px !important;
    }

    .column-logo-bottom {
        align-items: center;
    }

    .footer-logo-text,
    .footer-logo-icons {
        align-items: center !important;
        justify-content: center;
    }

    body footer .footer-1-2>div {
        flex-direction: column !important;
        align-items: center;
    }

    .footer-copy {
        text-align: center;
    }

    footer .hfe-nav-menu__align-left .hfe-nav-menu {
        margin: 0 auto !important;
    }

    footer .footer-1-1 {
        width: 100% !important;
        order: 2;
        border-top: 1px solid rgba(15, 35, 59, 1) !important;
    }

    footer .footer-2 {
        width: 100% !important;
        order: 1;
        border: 0 !important;
    }

    .mega-menu-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wrap-image {
        padding-left: 16px;
        padding-right: 16px;
    }

    .planning-images {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: stretch !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 0 10px !important;

        left: 0 !important;
        transform: none !important;
    }

    .planning-images>.elementor-element {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        left: 0 !important;
        right: auto !important;
        margin: 0 !important;
        transform: none !important;
    }

    .footer-column-logo {
        padding-top: 48px !important;
    }

    .events-we-have,
    .servises-include>div {
        row-gap: 0 !important;
    }

    .events-we-have>div,
    .servises-include>div>div {
        border-top: 0 !important;
    }

    .events-we-have>div:first-child,
    .servises-include>div>div:first-child {
        border-top: 1px solid #9396A9 !important;
    }

    .main-heading div p {
        font-size: 56px !important;
    }

    div#n2-ss-2 .my-custom-decor div {
        font-size: 96x !important;
    }

    .wrap-image,
    .wrap-image .n2-ss-item-image-content,
    .wrap-slider-text {
        aspect-ratio: 1 / 1.4 !important;
    }

    div#n2-ss-2 .n-uc-BCfYXR607pk1 {
        margin-top: -18px !important;
    }

    .wishlist-order-summary {
        padding: 20px 10px;
    }
}












.header-menu {
    width: 100%;
}

.mega-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    font-family: 'Jost', serif;
    font-size: 16px;
    gap: 80px;
}

.mega-menu>.mega-menu-item {
    margin: 0;
}

.mega-menu-item {
    position: relative;
    list-style: none;
    margin: 0 10px;
}

.mega-menu-item-has-children {
    position: static;
}

.mega-menu-link {
    text-decoration: none;
    color: #555;
    padding: 12px 0px;
    display: block;
    transition: color 0.2s ease;
}

.mega-menu-item>.mega-sub-menu {
    display: none;
    position: absolute;
    top: 80%;
    left: 0;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    right: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.mega-menu-item:hover .mega-sub-menu {
    display: block;
}

.mega-sub-menu {
    background: var(--color-bg);
    border: none !important;
    padding: 0 !important;
}

.mega-menu li:nth-of-type(6) {
    margin-left: auto;
}

.mega-menu>li>a {
    font-size: 14px !important;
    color: #2E495B !important;
}

.mega-menu>li.home-logo>a {
    font-size: 0 !important;
}

.mega-menu>li>a:hover {
    text-decoration: underline;
}

.mega-menu>li.search_link>a {
    font-size: 0 !important;
    background: url(../img/search.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.mega-menu-content-clean {
    display: flex !important;
    justify-content: space-between;
    padding: 40px 0 55px;
    gap: 20px;
    width: 1244px;
    max-width: 100%;
    margin: 0 auto;
}

.comments-title div {
    font-family: var(--font-heading) !important;
    font-style: italic !important;
    font-size: 20px !important;
}

.column-form:has(.ff-message-success) {
    padding: 65px;
}

.home-comments p {
    font-family: var(--font-ui) !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}

.home-comments div a {
    font-family: var(--font-ui) !important;
}

.text-decor.since-decor,
.text-decor.since-decor * {
    font-size: 140px;
}

.text-decor.text-our-decor *,
.text-decor.text-our-decor {
    font-size: 170px;
}

.text-decor.text-client-decor *,
.text-decor.text-client-decor {
    font-size: 170px;
}

.mega-menu-content-clean ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1;
    max-width: 120px;
}

.mega-menu-content-clean ul li {
    margin-bottom: 10px;
}

.mega-menu-content-clean ul li a {
    font-family: var(--font-heading);
    font-size: 20px;
    color: rgba(15, 35, 59, 1) !important;
    text-decoration: none;
    transition: color 0.3s;
}

.mega-menu-content-clean ul li a {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

.mega-menu-content-clean ul li a:hover {
    border-bottom: 1px solid #d1c1b1;
}

.mega-menu-image {
    display: flex;
    justify-content: flex-end;
}

.mega-menu-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0 !important;
}

.mega-menu-toggle {
    display: none;
}

.mega-close {
    display: none;
}

.woocommerce-products-header__title {
    text-align: center;
}

.summary-items-list {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 20px;
}

.summary-items-list::-webkit-scrollbar {
    width: 6px;
}

.summary-items-list::-webkit-scrollbar-track {
    background: #1B2E45;
}

.summary-items-list::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 3px;
}

.summary-items-list {
    scrollbar-color: white #1B2E45;
    scrollbar-width: thin;
}

.archive .site-main {
    max-width: 1360px !important;
}

.to-top {
    display: none;
    width: 42px;
    height: 42px;
    right: 40px;
    position: fixed;
    bottom: 20px;
    transition: opacity 0.3s ease;
    z-index: 999;
}

.wishlist-container:has(form.ff_force_hide) {
    position: fixed;
    z-index: 99999;
    background-color: #495e42;
    background-image: url(../img/thanks.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100vh !important;
    top: 0;
}

.wishlist-container:has(form.ff_force_hide) .wishlist-title,
.wishlist-container:has(form.ff_force_hide) .wishlist-order-summary,
.wishlist-container:has(form.ff_force_hide) .wishlist-subtitle {
    display: none !important;
}

.column-form:has(form.ff_force_hide) {
    position: relative;
    padding: 65px !important;
}

.wrap-form-shortcode:has(form.ff_force_hide) {
    position: static !important;
}

.wishlist-container form.ff_force_hide+.ff-message-success {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important
}

.success-center {
    text-align: center;
    font-size: 16px;
    background: url(../img/convert.webp) no-repeat center;
    width: 716px;
    height: 676px;
}

.success-center h3 {
    font-size: 85px;
    color: rgba(15, 35, 59, 1);
    margin-bottom: 20px !important;
    font-family: var(--font-decor) !important;
    line-height: 1.1;
    margin-top: 94px;
}

.success-center a.thank-you-link {
    text-decoration: underline;
    color: rgba(15, 35, 59, 1);
    display: inline-block;
    margin-top: 48px;
}

.success-center-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 24px;
    color: rgba(250, 249, 247, 1) !important;
    cursor: pointer;
    font-family: var(--font-heading) !important;
}

.device-menu {
    display: none;
}

.hfe-nav-menu__toggle {
    display: none !important;
}

.archive h1 {
    text-align: center;
}

.menu-burger {
    display: none;
}

.archive-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1440px !important;
    margin: 60px auto;
}

.archive-item {
    background: var(--color-bg);
    border: 1px solid var(--color-primary);
    padding: 10px;
}

.archive-item--full {
    grid-column: 1 / -1;
}

.archive-item__inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
    align-items: start;
}

.archive-item__image img {
    width: 300px;
    aspect-ratio: 300 / 200;
    object-fit: cover;
    display: block;
}

.archive-item__title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
}

.archive-item__title a {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    color: inherit;
    display: block;
}

.archive-item__title a:hover {
    border-bottom: 1px solid var(--color-primary);
}

.archive-item__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-decor-140 p {
    font-size: 140px !important;
    line-height: 1 !important;
}

.text-decor-170 p {
    font-size: 170px !important;
    line-height: 1 !important;
}

@media (max-width:1460px) {
    .woocommerce ul.products {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width:1280px) {
    .mega-menu>.home-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .mega-menu {
        gap: 45px;
        justify-content: space-between;
    }

    footer .hfe-nav-menu__align-left .hfe-nav-menu {
        position: relative;
        columns: 2;
    }

    footer nav li:nth-child(5),
    footer nav li:nth-child(8) {
        break-before: unset;
    }
}

@media (max-width:1200px) {
    .mega-menu-item {
        margin: 0 !important;
    }
}

@media (max-width:1024px) {
    .archive-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        grid-template-columns: 1fr;
    }

    .mega-menu-content-clean {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mega-sub-menu ul {
        min-width: calc(25% - 15px);
    }

    .mega-menu-item {
        display: none;
    }

    .home-logo,
    .menu-catalog,
    .menu-contacts,
    .top-wishlist,
    .menu-burger {
        display: block !important;
    }

    .menu-catalog {
        order: 1;
    }

    .menu-contacts {
        order: 2;
        margin-right: auto !important;
    }

    .home-logo {
        order: 3;
        margin: 0 auto;
    }

    .hfe-nav-menu__align-left .hfe-nav-menu {
        position: absolute;
        left: 0;
    }

    footer .hfe-nav-menu__align-left .hfe-nav-menu {
        position: relative;
        columns: 3;
    }

    footer nav li:nth-child(5),
    footer nav li:nth-child(8) {
        break-before: column;
    }

    .menu-burger {
        order: 5;
    }

    .device-menu:has(.menu-is-active) {
        display: block !important;
    }

    .hfe-dropdown.menu-is-active {
        width: 314px;
        max-width: 100% !important;
        left: -10px;
        z-index: 9999 !important;
        height: auto !important;
        opacity: 1 !important;
    }

    .hfe-dropdown {
        margin: 0 auto !important;
    }

    .hfe-nav-menu__breakpoint-tablet:has(.menu-is-active) .hfe-nav-menu {
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 auto !important;
        background-color: var(--color-bg) !important;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu li {
        background-color: var(--color-bg) !important;

    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu li a {
        background-color: var(--color-bg) !important;
        font-size: 24px !important;
        text-align: center !important;
        justify-content: center !important;
        padding: 24px 0 !important;
        font-family: var(--font-heading) !important;
        font-weight: 400 !important;
    }

    .container-device-menu:has(.menu-is-active) {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding-bottom: 40px;
        margin: 0;
    }

    .container-device-menu {
        margin: 0;
    }

    .wrap-slider-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wrap-slider-text p br {
        display: none;
    }

    .top-wishlist {
        order: 4;
        margin-left: auto !important;
    }

    .mega-menu {
        justify-content: space-between;
        gap: 32px;
    }

}

@media (max-width: 800px) {

    .mega-menu-toggle {
        display: none;
        position: relative;
        z-index: 9999;
        padding: 0;
        text-align: right;
    }

    .mega-menu-toggle button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        width: 30px;
        height: 30px;
    }

    .mega-menu-toggle button:focus {
        outline: none;
        background-color: transparent;
    }

    .mega-toggle-animated-inner {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #333;
        position: relative;
        transition: all 0.3s ease;
    }

    .mega-toggle-animated-inner::before,
    .mega-toggle-animated-inner::after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background-color: #333;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
    }

    .mega-toggle-animated-inner::before {
        top: -8px;
    }

    .mega-toggle-animated-inner::after {
        bottom: -8px;
    }

    .mega-menu-toggle button[aria-expanded="true"] .mega-toggle-animated-inner {
        background-color: transparent;
    }

    .mega-menu-toggle button[aria-expanded="true"] .mega-toggle-animated-inner::before {
        top: 0;
        transform: rotate(45deg);
    }

    .mega-menu-toggle button[aria-expanded="true"] .mega-toggle-animated-inner::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .mega-menu-mobile {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        z-index: 9998;
    }

    .mega-menu-toggle[aria-expanded="true"]+.mega-menu-mobile {
        display: block;
    }

    .mega-menu-mobile .mega-menu-item {
        margin: 10px 0;
    }

    .mega-menu-mobile .mega-menu-link {
        font-size: 16px;
        color: #333;
        text-decoration: none;
        padding: 10px 0;
        display: block;
    }

    .mega-menu-item.mega-menu-megamenu .mega-sub-menu {
        display: none !important;
    }

    .text-our-decor *,
    .text-decor.since-decor * {
        margin-bottom: -20px !important;
        line-height: 0.9 !important;
    }
}

@media (max-width: 768px) {
    :root {
        --padding-block-end: 16px !important;
        --padding-block-start: 16px !important;
        --padding-left: 16px !important;
        --padding-right: 16px !important;
    }

    .text-decor-170 p {
        font-size: 96px !important;
        line-height: 1.2 !important;
        text-align: center;
        margin-bottom: -6px;
    }

    .elementor-widget-heading h1 {
        font-size: 58px !important;
        line-height: 1 !important;
    }

    .servises-include>div {
        justify-content: center !important;
    }

    .top-wishlist {
        order: 1;
    }

    .archive-item__inner {
        grid-template-columns: 200px 1fr;
    }

    .success-center h3 {
        font-size: 70px;
        margin-top: 45px;
    }

    .success-center-close {
        top: 20px;
        right: 20px;
    }

    .wishlist-container form.ff_force_hide+.ff-message-success {
        padding-top: 295px;
    }

    .success-center {
        padding: 45px 15px 15px;
        font-size: 14px !important;
    }

    .menu-catalog,
    .menu-contacts {
        display: none !important;
    }

    .wrap-image,
    .wrap-image .n2-ss-item-image-content {
        aspect-ratio: 358 / 228 !important;
    }

    .wrap-image>div>div {
        margin-top: 0 !important;
    }

    .wrap-slider-text {
        aspect-ratio: unset !important;
        margin-top: 80px !important;
        height: auto;
    }

    .text-client-decor *,
    .text-our-decor *,
    .text-decor.since-decor * {
        font-size: 96px !important;
    }

    .text-our-decor,
    .text-decor.since-decor {
        margin-bottom: 35x !important;
    }

    .mega-menu {
        gap: 0;
    }

    .woocommerce ul.products {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: 0;
        margin-right: 0;
    }

    .layout-xl {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mega-menu-link {
        padding: 0;
    }

    .top-wishlist {
        margin: unset !important;
    }

    .text-decor-140 p {
        font-size: 96px !important;
        line-height: 1.2 !important;
    }

    .title-48 {
        font-size: 32px !important
    }
}

@media (max-width:500px) {

    .archive-item__inner {
        grid-template-columns: 1fr;
    }

    .archive-item__inner img {
        width: 100%;
    }

    .text-our-decor *,
    .text-decor.since-decor * {
        line-height: .5;
    }

    .text-client-decor {
        margin-bottom: -10px !important;
    }
}

@media (max-width:450px) {
    footer .hfe-nav-menu__align-left .hfe-nav-menu {
        position: relative;
        columns: 2;
    }

    footer nav li:nth-child(5),
    footer nav li:nth-child(8) {
        break-before: unset;
    }
}

@media (max-width: 370px) {
    .mega-menu-link {
        padding: 0;
    }

    .home-logo a {
        width: 137px;
    }

    footer .hfe-nav-menu__align-left .hfe-nav-menu {
        columns: 2;
    }
}