@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//misto-complex.com.ua/wp-content/themes/misto/fonts/woodmart-font-1-400.woff2?v=8.2.5") format("woff2");
}

:root {
	--wd-text-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #333333;
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: inherit;
	--wd-header-el-font-size: 18px;
	--wd-primary-color: rgb(33,45,67);
	--wd-alternative-color: rgb(153,182,184);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(233,227,219);
	--btn-accented-bgcolor-hover: rgb(153,182,184);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(33,45,67);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1920px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1920px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-title-style-underlined .title {
  border-bottom: 2px solid #99b6b8!important;
}
.wd-title-style-underlined .liner-continer {
  border-bottom: 1px solid #99b6b8!important;
}
.whb-sticked .whb-color-light:not(.whb-with-bg) {
  background-color: #212d43!important;
}
.hidden-fields-container {
display:none;
}


/* Основна плаваюча кнопка */
        .floating-phone {
            position: fixed;
            bottom: 30px;
            left: 30px;
            z-index: 1000;
        }

        /* Головна кнопка */
        .main-phone-btn {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #e67e22, #d35400);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    border: none;
    animation: phoneVibrate 4s infinite;
}

/* Анімація покачування */
@keyframes phoneVibrate {
    0%, 85%, 100% {
        transform: translateX(0);
    }
    87% {
        transform: translateX(1px);
    }
    89% {
        transform: translateX(-1px);
    }
    91% {
        transform: translateX(1px);
    }
    93% {
        transform: translateX(0);
    }
}

        .main-phone-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 25px rgba(0,0,0,0.4);
        }

        /* Іконка телефону */
        .phone-icon {
    width: 18px;
    height: 26px;
    fill: white;
    display: block;
}

        /* Меню з номерами */
        .phone-menu {
            position: absolute;
            bottom: 70px;
            left: 0;
            background: white;
            border-radius: 10px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.2);
            overflow: hidden;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease;
            min-width: 250px;
        }

        .phone-menu.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* Елементи меню */
        .phone-item {
            display: block;
            padding: 15px 15px;
            text-decoration: none;
            color: #333;
            border-bottom: 1px solid #f0f0f0;
            transition: background 0.2s ease;
        }

        .phone-item:last-child {
            border-bottom: none;
        }

        .phone-item:hover {
            background: #f8f9fa;
        }

        .phone-item-title {
            font-weight: 600;
            font-size: 14px;
            color: #212d44;
            margin-bottom: 2px;
        }

        .phone-item-number {
            font-size: 13px;
            color: #7f8c8d;
        }

        /* Анімація появи елементів меню */
        .phone-item {
            transform: translateX(20px);
            opacity: 0;
            animation: slideIn 0.3s ease forwards;
        }

        .phone-item:nth-child(1) { animation-delay: 0.1s; }
        .phone-item:nth-child(2) { animation-delay: 0.15s; }
        .phone-item:nth-child(3) { animation-delay: 0.2s; }
        .phone-item:nth-child(4) { animation-delay: 0.25s; }
        .phone-item:nth-child(5) { animation-delay: 0.3s; }
        .phone-item:nth-child(6) { animation-delay: 0.35s; }

        @keyframes slideIn {
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        /* Responsive */
        @media (max-width: 768px) {
            .floating-phone {
                bottom: 20px;
                left: 20px;
            }
            
            .phone-menu {
              /*  min-width: 280px;*/
                left: 0;
                right: 20px;
                width: calc(100vw - 40px);
                max-width: 250px;
            }
            
            .phone-item {
                padding: 12px 15px;
            }
            
            .phone-item-title {
                font-size: 14px;
            }
            
            .phone-item-number {
                font-size: 12px;
            }
        }