/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.elementor-129 .elementor-element.elementor-element-e5267a0 .tahefobu-sub-menu .tahefobu-sub-menu-item{
	line-height:1em;
}
.tahefobu-nav-menu .tahefobu-sub-menu{width:300px;border-radius: 15px;overflow: hidden;}
.h2_home{font-size:50px;}
.yellow_liniya{text-decoration: underline #FFF09C;}
.btn_cat_home a{display:flex; align-items:center; width: 100%; border-radius:18px; backdrop-filter: blur(10px);height:80px;}

.elementor-kit-4 button, .elementor-kit-4 input[type="button"], .elementor-kit-4 input[type="submit"], .elementor-kit-4 .elementor-button{margin-right:0px;}

.blur_section{backdrop-filter: blur(10px);}

.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control{font-size:25px;border-radius:10px;padding:20px;background: #ffffff70;}
span.hfe-breadcrumbs-home-icon{margin-right:0px;}
.entry-content p {margin-bottom: 1em;}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio]{padding-bottom:80px;}

.menu_bottom1 ul{top: auto !important;
    bottom: 100% !important;
    margin-bottom: 10px; /* Отступ от пункта меню */}


.tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu){
	  top: auto !important;
    bottom: 100% !important;
    margin-bottom: 10px; /* Отступ от пункта меню */
}

selector .elementor-nav-menu--dropdown, selector .sub-menu{
	left: 100% !important;
    top: 0 !important;
    margin-left: 0 !important;
}
.woocommerce-additional-fields{
    display: none;
}
.woocommerce-customer-details{display:none;}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
    border-radius:10px;
} 
.cart-subtotal{
    display:none;
}
.entry-content p {
    line-height: 1.4em;
}
.woocommerce-js div.product .product_title{font-size:34px;}
p{line-height: 1.5em;}
.elementor-kit-4 input[type="submit"]{color: #ffffff;}
.woocommerce-js .woocommerce-order-details{display:none;}
.no_marker ul{list-style-type: none;}
	ul { list-style: square;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
    border-radius: 12px;
       }

/* Сама таблица */
.standards-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    min-width: 500px; /* При сужении появляется скролл */
}

/* Заголовки */
.standards-table th {
    background: #E0E0DF;
    font-weight: 600;
    padding: 14px 16px;
    text-align: left;
    font-size: 15px;
    }

/* Ячейки */
.standards-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
    color: #1e293b;
}

/* Последняя строка — без нижней границы */
.standards-table tr:last-child td {
    border-bottom: none;
}

/* Чередование строк для читаемости */
.standards-table tbody tr:nth-child(even) {
    background-color: #e0e0df4d;
}

/* Эффект при наведении */
.standards-table tbody tr:hover {
    background-color: #e0e0df4d;
    transition: background 0.2s ease;
}

/* Стиль для колонки "На что распространяется" — делаем акцент */
.standards-table td:last-child {
    font-weight: 500;
    color: #0f3b4d;
}

/* ========== АДАПТАЦИЯ ДЛЯ ТЕЛЕФОНОВ ========== */
@media (max-width: 640px) {
    .standards-table {
        font-size: 13px;
        min-width: 480px;
    }
    
    .standards-table th,
    .standards-table td {
        padding: 10px 12px;
    }
}

/* Очень маленькие телефоны (до 480px) */
@media (max-width: 480px) {
    .standards-table {
        font-size: 12px;
        min-width: 420px;
    }
    
    .standards-table th,
    .standards-table td {
        padding: 8px 10px;
    }
}