*{
        font-family: "Montserrat", sans-serif;


}

.top-head {
    padding: 15px;
    border-bottom: 1px solid #66666624;
}
.top-head .menu-block ul li a {
    color: black;
    text-decoration: none;
    padding: 0 14px;
    font-weight: 500;
}
.top-head .menu-block ul li {
    list-style: none;
}
.top-head .menu-block ul {
    display: flex
;
    margin: 0;
    padding: 0;
}

/* Скрываем все подменю */
#primary-menu .sub-menu {
    display: none;
    position: absolute;
    background: #fff; /* фон для выпадающего меню */

    margin: 0;
    list-style: none;

    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    z-index: 1000;
}

/* Показываем подменю при наведении на пункт */
#primary-menu li:hover > .sub-menu {
    display: block;
}

/* Стиль для ссылок в подменю */
#primary-menu .sub-menu li a {
    display: block;
    padding: 15px 15px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

/* Ховер-эффект для ссылок в подменю */
#primary-menu .sub-menu li a:hover {
    background: #f5f5f5;
    color: #000;
}

/* Чтобы меню отображалось горизонтально */
#primary-menu {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Основные ссылки */
#primary-menu > li > a {
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
}

/* Наведение на основные ссылки */
#primary-menu > li:hover > a {
    background: #eee;
}

.right-head-block .lang ul {
    margin: 0;
    padding: 0;
    display: flex
;
    margin-right: 30px;
}
.right-head-block .lang ul li {
    list-style: none;
}
.right-head-block .lang ul li a {
    color: white;
    text-decoration: none;
    padding: 6px;
}
.head-block .right-head-block {
    display: flex
;
    align-items: center;
    justify-content: end;
}
.head-block {
    padding: 10px 0;
        background: #455456;
}
.head-block .right-head-block .btn-block a{
    display: block;
    margin-right: 30px;
    padding: 12px 16px;
    background: #ffc700;
    border-radius: 16px;
    color: black;
    font-size: 16px;
}

.summary.entry-summary{
    margin-top: 0;
}
.woocommerce div.product div.images img{
        border-radius: 16px;
}

.seo-block{
    padding: 40px 0;
        background: #f1f1f1;
}
.seo-block .seo-content h2{
      font-size: 20px;
    padding: 0;
    font-weight: 600;
    color: black;
}

.seo-block .seo-content h3{
            font-size: 18px;
        padding: 0;
        font-weight: 600;
        color: black;
}
.seo-block .seo-content h4{
            font-size: 16px;
        padding: 0;
        font-weight: 600;
        color: black;
}
.seo-block .seo-content ul{
    padding: 5px 15px;
    margin-left: 0px;
}
.seo-block .seo-content ul li{
    list-style: disc;
    font-size: 14px;
}
.seo-block .seo-content ul li b{
    color: black;
    font-weight: 500;
}

.seo-block .seo-content ol{
    padding: 5px 15px;
    margin-left: 0px;
}
.seo-block .seo-content ol li{
    list-style: disc;
    font-size: 14px;
}
.seo-block .seo-content ol li b{
    color: black;
    font-weight: 500;
}


.seo-block .seo-content p{
    font-size: 14px;
}
.seo-block .seo-content p b{
    color: black;
    font-weight: 500;
}

.head-block .phone-block a{
      display: block;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: white;
    margin-bottom: 5px;
}
.head-block .header-menu ul{
        display: flex
;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 0;
}
.head-block .header-menu ul li a{
        color: white;
    font-size: 16px;
    display: block;
}

.head-block .logo a{
        text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #ffc700;
}
.head-block .logo span{
    color: white;
    font-size: 16px;
    display: block;
}

.top-head .top-info-block span{
        font-size: 14px;
    margin-right: 16px;
    color: black;
}

.top-head .top-info-block a{
        color: #00549f;
    font-weight: 600;
}
.right-head-block .lang .current-lang a{
       background: #FFEB3B;
    color: #00549f;
    border-radius: 16px;
}
.owl-carousel.banner{
    padding: 0;
}

.owl-carousel.banner .owl-item img {
      height: 800px;
    object-fit: cover;

        object-position: left;
}

.owl-carousel.banner  .img-block{
    position: relative;
}
.owl-carousel.banner  .banner-text-block{
    position: absolute;
    bottom: 0;
    left: 20%;
    /* background: #000000d1; */
    padding: 30px;
    text-align: justify;
    border-radius: 16px;
    bottom: 50%;
    transform: translate(10px, -50%);
    top: 40%;
        width: 35%;
}
.banner-text-block p{
    color: white;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
        text-align: left;
}

.about-block{
    padding-bottom: 60px;
}
.all-cat-home-block{
        display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}
.all-cat-home-block .cat-home-block{
    width: 33%;
}
.all-cat-home-block .cat-home-block .single-cat .text-img-block::after{
    content: '';
}

.all-cat-home-block .cat-home-block .single-cat{
    margin: 10px;
    position: relative;
}
.all-cat-home-block .cat-home-block .single-cat .text-img-block{
       padding: 15px;
    color: #000000;
    position: absolute;
    bottom: 0;
    background: #0000008c;
    width: 100%;
}
.top-foooter .map span{
    text-decoration: none;
    color: #000000;
    margin-top: 20px;
    display: block;
    font-size: 16px;
}

.contact-page h1{
        font-size: 26px;
    margin-bottom: 20px;
}
.contact-page {
    padding-bottom: 40px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    position: relative;
}

.modal .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
}
/* Обёртка модалки */
.modal-content {
    background: #fff;
    border-radius: 10px;
    padding: 25px 30px;
    max-width: 420px;
    width: 100%;
    margin: 10% auto;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
}

.social-block .mailto a i{
        background: #000000;
    color: white !important;
    padding: 8px;
    border-radius: 6px;
    font-weight: 300;
}

/* Заголовок */
.modal-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* Крестик */
.modal-content .close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

/* Подписи */
.wpcf7-form label {
    display: block;
    font-size: 14px;
    color: #444;
    margin-bottom: 5px;
}

/* Поля */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-email {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
}

.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-tel:focus,
.wpcf7-form-control.wpcf7-email:focus {
    border-color: #00a3ff;
    outline: none;
}

/* Подпись снизу */
.wpcf7-form p:last-of-type {
    font-size: 12px;
    color: #666;
    margin-top: -5px;
    margin-bottom: 15px;
}

/* Кнопка */
.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 12px;
    background: #666;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #333;
}

.all-cat-home-block .cat-home-block .single-cat .text-img-block h3{
           font-size: 20px;
    z-index: 9;
    color: white;
}
.catalog-home{
    padding-bottom: 40px;
}

.catalog-home .title h2{
        color: black;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 0;
        text-align: left;
}
.btn-block #open-modal-mob-3{
    margin-right: 30px;
    padding: 12px 16px;
    background: #ffc700;
    border-radius: 16px;
    color: black;
    font-size: 16px;
    display: block;
    width: fit-content;
    margin-bottom: 20px;
}

.owl-carousel.banner  .banner-text-block h2{
      padding: 0;
    color: white;
    font-size: 32px;
    font-weight: 600;
        text-align: left;
    margin-bottom: 24px;
}
.owl-carousel.banner  .banner-text-block a{
        display: block;
    margin-right: 30px;
    padding: 12px 16px;
    background: #ffc700;
    border-radius: 16px;
    color: black;
    font-size: 18px;
        width: fit-content;
}
.banner-block{
    padding: 0px 0 60px;
}
.banner-block .title h1{
        color: #00549f;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.shop{
    padding-bottom: 40px;
    padding-bottom: 40px;
    background: #f1f1f1;
}
.shop-page{
       background: #f1f1f1;
       padding: 40px 0;
}
.woocommerce ul.products li.product{
        background: white;
    padding: 10px !important;
    border-radius: 16px;
}

.top-foooter .logo-footer a{
        text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #00549f;
}
.top-foooter{
    padding: 40px 0;
    border-top: 1px solid #66666624;
}
.top-foooter .footer-menu span {
    color: #00549f;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.top-foooter .footer-menu ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.top-foooter .footer-contanct .tel-block a {
       margin-bottom: 10px;
    color: #00549f;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    display: block;
}
.top-foooter .social-block {
    display: flex
;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}
.top-foooter .mail-block a {
    text-decoration: none;
    color: #000000;
    margin-top: 20px;
    display: block;
    font-size: 18px;
}
.top-foooter .social-block .viber i {
    background: #7b42ad;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    font-weight: 300;
}
.pageBott{
    border-top: 1px solid #66666624;
    padding: 10px;
}
.pageBott p{

}

.shop-page h1{
    color: #00549f;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.top-foooter .social-block .telegram i {
    background: #03A9F4;
    color: white !important;
    padding: 8px;
    border-radius: 6px;
    font-weight: 300;
}
.top-foooter .footer-menu ul {
    margin: 0;
    padding: 0px 0 15px 0px;
}
.top-foooter .social-block .whatap i {
    background: #218125;
    color: white !important;
    padding: 8px;
    border-radius: 6px;
    font-weight: 300;
}


#social-media-list .fa-phone-alt{
    color: #215388eb;
}

#social-media-list {
        position: fixed;
    /* bottom: 100%; */
    right: 0;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    z-index: 999;
    bottom: -5%;
    display: block;
    padding: 10px 15px;
    /* width: 42px; */
    text-align: center;
    transform: translate(-25%, -50%);
}
.single-post-page ol {
    margin: 0;
    padding: 10px 0 20px 15px;
}
.site-footer{
        padding: 40px 0 20px;
    background: #215388;
}
.site-footer .foot-logo a{
        font-weight: 900;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 26px;
}
.footer-contanct .tel-block a{
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
}

#social-media-list a {
    display: block;
    text-decoration: none;
    padding: 8px 0;

    font-size: 22px;
    color: #111;
}

#social-media-list a .fa-viber{
        color: #926fcf;
    font-weight: 600;
}
#social-media-list a .fa-telegram-plane{
        color: #00BCD4;
    font-weight: 600;
}
#social-media-list a .fa-whatsapp{
    color: #218125;
    font-weight: 600;
}

#social-media-list {
    position: fixed;
    /* bottom: 100%; */
    right: 0;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    z-index: 999;
    bottom: -5%;
    display: block;
    padding: 10px 15px;
    /* width: 42px; */
    text-align: center;
    transform: translate(-25%, -50%);
}

.woocommerce ul.products li a.button.product_type_simple{
       background: #00549f !important;
    color: white;
    padding: 12px 16px;
    display: block;
    width: fit-content;
    border: 0px;
    border-radius: 16px;
}
.woocommerce div.product .product_title{
    clear: none;
    margin-top: 0;
    padding: 0;
    font-weight: 600;
    color: black;
    margin-bottom: 40px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{
        font-weight: 500;
    color: black;
}
.product_meta .posted_in a{
        background: #00549f;
    color: white;
    padding: 12px;
    /* display: block; */
    margin: 10px;
    border-radius: 12px;
    font-size: 14px;
}
.summary.entry-summary .info-product-single-wrap .rent{
    font-size: 16px;
    font-weight: 600;
    color: black;
    display: flex
;
    gap: 16px;
}
.summary.entry-summary  .product_meta{
    margin-top: 30px;
}
.related.products > h2:first-of-type {
    color: #00549f;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.woocommerce ul.products li .woocommerce-loop-product__title{
        font-weight: 600;
    color: black;
}
.info-product-single-wrap .rent{
         font-size: 14px;
    border-bottom: 1px solid #66666624;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /* border-top: 1px solid #66666624; */
    padding-top: 5px;
}

.owl-dots .owl-dot.active span{
    background: #00549f !important;
    width: 32px;
}
.owl-dots .owl-dot{
    margin-top: 16px;
}

.bs-seo-gallery img{
    height: 300px !important;
    object-fit: cover;
}
.gallery-home{
    padding: 40px 0;
}

.faq{
    padding: 60px 0;
    background: black;
}
.faq .title h2{
     color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
        padding-top: 0;
}
.faq .title p{
        font-size: 14px;
    margin-bottom: 10px;
    color: #dfdfdf;
}
.faq .title{
    margin-bottom: 40px;
}
.faq .accordion .accordion-header h3{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.faq .accordion {

}
.faq .accordion-item {
       border: 0px;
    border-bottom: 1px solid #ddd;
}
.faq .accordion-header {
        background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
        border-radius: 0px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    background: black;
    color: white;
}

.gallery-home .title h2{
    color: black;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
        padding-top: 0;
}

.faq .accordion-content {
        max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.3s
ease, padding 0.3s
ease;
    background: black;
    color: white;
}
.faq .accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 15px;
        background: black;
    color: white;
}
.faq .accordion-header .icon {
    font-size: 24px;
    line-height: 1;
    transition: transform 0.3s;
}
.faq .accordion-item.active .accordion-header .icon {
    content: '-';
}
.faq .accordion-item.active .accordion-header .icon::before {
    content: '-';
}
.faq  .accordion-header .icon::before {
    content: '+';
}


#breadcrumbs{
    padding: 20px 0;
}
#breadcrumbs a{
        color: #00549f;
    font-weight: 600;
}
#breadcrumbs .breadcrumb_last{
    color: black;
    font-weight: 400;
}

.catalog-home .all-cat-home-block .cat-home-block img{
        height: 500px;
    object-fit: cover;
    width: 100%;
}

.banner-block .owl-next{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-block .owl-next span{
        font-size: 48px;
    color: white;
}

.banner-block .owl-prev{
       position: absolute;
    left: 25px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-block .owl-prev span{
         font-size: 48px;
        color: white;
}



@media (min-width: 782px){
    .mob-block{
        display: none;
    }
    .pc-block{
        display: block;
    }

}
@media (max-width: 782px){
    .mob-block{
        display: block;
    }
    .pc-block{
        display: none;
    }
    header.mob-block{
            background: #455456;
    }
    .mob-block .logo a{
       color: #FFEB3B;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        font-size: 20px;
        padding: 15px 5px;
        background: #455456;
                padding: 5px 5px 5px !important;
    }
    .catalog-home .title h2{
        font-size: 20px;
    }

     .mobile_menu_content .menu-2-mob .logo a {
        font-size: 20px;
        padding: 20px 20px 0;
        display: block
    }

    .mobile_menu_content .menu-2-mob .social-block {
        border-bottom: 1px solid #efefef;
        padding-bottom: 20px;
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 0;
        display: flex;
        gap: 16px;
        border-top: 1px solid #efefef;
        padding-top: 20px
    }
    .mob-block .logo span{
        margin: 0px;
    font-size: 32px;
    color: white;
    font-size: 14px;
    display: block;
    padding: 0 10px 0px 5px;
            background: #455456;

    }

    .head-contact-left .lang ul {
        display: flex;
        padding-bottom: 0
    }

    .head-contact-left .lang ul .current-lang a {
        font-weight: 600
    }
    .owl-carousel.banner .banner-text-block a{
        font-size: 16px;
    }

    .contact-menu-list a {
        color: #215388eb;
        font-size: 20px;
        font-weight: 600
    }

    .phone-mob-block {
        margin-right: 20px
    }

    .phone-mob-block a {
        padding: 10px 10px;
        background: #215388eb;
        border-radius: 12px;
        color: #fff
    }

    .mobile_menu_content .menu-2-mob .social-block .whatap i {
        background: #218125;
        color: #fff;
        padding: 8px;
        border-radius: 6px;
        font-weight: 300
    }

    .mobile_menu_content .menu-2-mob .social-block .telegram i {
        background: #03A9F4;
        color: #fff;
        padding: 8px;
        border-radius: 6px;
        font-weight: 300
    }

    .head-contact-left {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
    .social-block .viber i {
    background: #7b42ad;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    font-weight: 300;
}
#social-media-list{
     transform: translate(-28%, -32%);
}
.mobile_menu_container #primary-menu{
    display: block;
    margin-top: 40px;
}

.banner-block .title h1{
    font-size: 18px;
}
.owl-carousel.banner .banner-text-block h2{
    font-size: 24px;
            text-align: left;
}
.faq .title h2{
    font-size: 20px;
}
.faq .accordion .accordion-header h3{
    font-size: 16px;
}
.woocommerce .woocommerce-breadcrumb *{
            margin: 0 0 1em;
        padding: 0;
        Display: flex;
        overflow: auto;
        scrollbar-width: none;
        align-items: center;
        margin-bottom: 0;
}
    #breadcrumbs span {
        Display: flex;
        overflow: auto;
        scrollbar-width: none;
        align-items: center;
    }
        #breadcrumbs span span {
        display: block;
        overflow: hidden;
        text-align: center;
        padding: 0 5px;
        min-height: 50px;
        min-width: max-content;
        margin-right: 20px;
        display: flex
;
        flex-wrap: wrap;
        align-items: center;
        border-radius: 12px;
        margin: 0;
    }
    .owl-carousel.banner .banner-text-block {
    position: absolute;
    bottom: 0;
    left: 0%;
    /* background: #000000d1; */
    padding: 30px;
    text-align: justify;
    border-radius: 16px;
    bottom: 50%;
    transform: translate(10px, -50%);
    top: 40%;
    width: 97%;
}
.about-block img{
    margin-bottom: 40px;
}
.all-cat-home-block .cat-home-block{
    width: 50%;
}
.catalog-home .all-cat-home-block .cat-home-block img{
        height: 290px;
}
.all-cat-home-block .cat-home-block .single-cat .text-img-block h3{
    font-size: 18px;
}
.all-cat-home-block .cat-home-block .single-cat .text-img-block{
    padding: 15px 10px;
}

.modal-content {
    background: #fff;
    border-radius: 10px;
    padding: 25px 30px;
    max-width: 420px;
    width: 100%;
    margin: 10% auto;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
}
#open-modal-mob{
            display: block;
        margin-right: 30px;
        padding: 6px 16px;
        background: #ffc700;
        border-radius: 16px;
        color: #000000;
        font-size: 16px;
        /* margin-bottom: 20px; */
        width: fit-content;
        display: block;
        width: 100%;
        text-align: end;
        padding: 0 10px;
        text-align: center;
}
.woocommerce ul.products li.product a img{
    height: 280px !important;
}
#social-media-list a {
    display: block;
    text-decoration: none;
    padding: 6px 0;
    font-size: 18px;
    color: #111;
}

}
