h1, h2, h3, h4, h5, h6,
body, body.rtl, .rtl form{
    color: #000;
}
.cookie-yes{
    margin-top: 5px;
    padding: 20px;
    cursor: pointer;
}
.cookie-yes:hover {
  background: #3d82ae;
}
header a{
    color:#fff;
}
header .cz_info_content span strong{
    color:#fff !important;
}
.header_2 {
    padding-top: 5px;
}
.footer_widget > h4{
    font-weight:500;
}
figure.effect-style1 p{
    font-size: 16px;
  color: #fff;
}
figure.effect-style1 figcaption > div {
    bottom: 24px;
    left: 24px;
    height: auto;
}
figure.effect-style1 img.arr-more{
      width: 7px;
    display: inline-block;
    top: 0;
    right: -4px;
}
.row.clr {
    display: block;
    
    width: 100% !important;
    margin: 0 40px;
}
.cz_testimonials_content{
    background: #f4f4f4 !important;
    box-shadow:none !important;
        text-align: left !important;
}
.cz_testimonials_content p{
     text-align: left !important;
}
.cz_testimonials_name{
    font-weight:500 !important;
}
button.slick-arrow{
    font-size:16px;
}
.cz_testimonials_avatar img{
    border-radius:0;
}
.cz_testimonials_avatar {
    width: 115px;
}
.xtra-product-thumbnail{
    overflow: hidden;
    max-height: 350px;
}
.cz_image_in1{
      display: flex;
    justify-content: center;
    align-items: center;
    width: 322px;
    height: 224px;
}
.cz_info_icon.fa{
    display:none;
}
.cz_info_1{
    font-size: 12px !important;
  color: #fff !important;
    opacity:0.7;
}
.cz_info_1 strong{
    font-weight:400;
}
.cz_info_2{
    font-size: 16px !important;
    font-weight:400;
}
sr7-prl.prlt0{
display:none;   
}
@media screen and (max-width: 480px) {
    .row.clr {
        width: 85% !important;
    }
}
.vc_custom_1778566613388{
    box-shadow: 0px 0px 10px #ccc;
      width: 633px;
    max-width:100%;
}
@media (min-width:1200px){
    .vc_custom_1778566613388{
        position: absolute;
    right: 40px;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: -60px;
    }
}
.withus .cz_title_content > div{
    display: grid;
    height: 398px;
    align-content: space-between;
}

.withus .cz_title_content span.nbr:after {
    content: '';
    height: 1px;
    width: 150px;
    display: block;
    background: #000;
    margin-top: 10px;
    padding: 0;
}
.withus .cz_title_content:hover span.nbr:after{
    background:#fff;
}
.width_formfeed{
    max-width:100%;
    float:right;
}
.cz_middle_footer{
    line-height: 1.5
}
.cz_info_1{
    opacity:1;
}
.page-id-17 .page_title,
.header_onthe_cover .page_title{
    background-position: 0 0;
    background-size: cover;
    background-image: url(/wp-content/themes/xtra/assets/bgs/bg_contact.jpg);
    padding-top: 500px;
    padding-bottom: 0px;
    border-radius: 0;
}
.page-id-2122 .page_title {
    background-position: 0 0;
    background-size: cover;
    background-image: url(/wp-content/themes/xtra/assets/bgs/bg_sors.jpg);
    padding-top: 500px;
    padding-bottom: 0px;
    border-radius: 0;
}
.page-id-1493 .page_title {
    background-position: 0 0;
    background-size: cover;
    background-image: url(/wp-content/themes/xtra/assets/bgs/bg_sneg.jpg);
    padding-top: 500px;
    padding-bottom: 0px;
    border-radius: 0;
}
.page-id-2145 .page_title {
    background-position: 0 0;
    background-size: cover;
    background-image: url(/wp-content/themes/xtra/assets/bgs/bg_stroy.jpg);
    padding-top: 500px;
    padding-bottom: 0px;
    border-radius: 0;
}
sr7-txt#SR7_1_1-5-21{
    min-width:220px;
}
.logo > a h1, .logo_2 > a h1{
    color:#fff;
}
@media (max-width:568px){
    .logo > a h1, .logo_2 > a h1{
        font-size: 24px;
    }
}
.row small{
        opacity: 1 !important;
}



/* Общий контейнер карточки товара (li) */
li.product.type-product {
    list-style: none;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

/* Эффект наведения на всю карточку в стиле нового дизайна */
li.product.type-product:hover {
    transform: translateY(-5px);
    border-color: #289ab8;
    box-shadow: 0 10px 20px rgba(40, 154, 184, 0.12);
    background: #ffffff;
}

/* Ссылка-обертка для картинки и заголовка */
li.product.type-product .woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    text-decoration: none !important; /* Убираем подчеркивание */
    color: inherit;
    margin-bottom: 15px;
}

/* Блок с изображением техники */
li.product.type-product .xtra-product-thumbnail {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 4px;
    background: #ffffff;
}

li.product.type-product .xtra-product-thumbnail img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* Легкий зум картинки при наведении на карточку */
li.product.type-product:hover .xtra-product-thumbnail img {
    transform: scale(1.04);
}

/* Заголовок товара (Название экскаватора) */
li.product.type-product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    transition: color 0.2s ease;
}

li.product.type-product:hover .woocommerce-loop-product__title {
    color: #289ab8; /* Заголовок слегка окрашивается при ховере */
}

/* Блок цены WooCommerce */
li.product.type-product .price {
    display: block;
    margin-bottom: 15px !important;
}

li.product.type-product .price .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 700;
    color: #289ab8; /* Фирменный акцентный цвет */
}

/* Текст "/ смена 8ч." делаем чуть меньше и спокойнее */
li.product.type-product .price .woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    margin-left: 4px;
}

/* Кнопка "Заказать" (превращаем обычную ссылку в кнопку) */
li.product.type-product .button.add_to_cart_button {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #289ab8;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none !important;
    border: none;
    box-sizing: border-box;
    transition: background-color 0.2s ease, transform 0.2s ease;
    margin-top: auto; /* Прижимает кнопку к низу карточки */
}

/* Эффект при наведении на саму кнопку */
li.product.type-product .button.add_to_cart_button:hover {
    background-color: #1f7890;
    color: #ffffff !important;
}

/* Скрываем ненужные элементы для скринридеров, если они ломают верстку */
li.product.type-product .screen-reader-text {
    display: none !important;
}
.cz_tab_a img.lazyDone {
    width: auto;
    background-color: #289ab8;
    background-image: none;
    opacity: 1;
    padding: 25px;
}
#cz_22187 .cz_tab_a.active, #cz_22187 .cz_tab_a.cz_active,
#cz_22187 .cz_tab_a{
        border-bottom-width: 2px;
        border-color: #289ab8;

}
/* Применяется ко всем элементам, у которых ID начинается с "product-" */
[id^="product-"].product {
    //max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Флекс-сетка для главной секции (картинка + инфо) */
[id^="product-"] .xtra-single-product {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px;
}

/* Левая колонка — Галерея */
[id^="product-"] .woocommerce-product-gallery {
    flex: 1 1 500px;
    max-width: 100%;
}

[id^="product-"] .woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Скрываем устаревшую иконку лупы */
[id^="product-"] .woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Правая колонка — Сводка инфо */
[id^="product-"] .summary {
    flex: 1 1 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Заголовок товара */
[id^="product-"] .product_title {
    font-size: 32px;
    font-weight: 700;
    color: rgb(40, 154, 184) !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.25;
}

/* Блок цены (оформление под аккуратную плашку) */
[id^="product-"] p.price {
    background: #f4f6f8;
    border-left: 4px solid #289ab8;
    padding: 12px 20px !important;
    border-radius: 0 6px 6px 0;
    margin: 0 0 10px 0 !important;
}

[id^="product-"] p.price .amount {
    font-size: 26px;
    font-weight: 700;
    color: #222222;
}

[id^="product-"] p.price .woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

/* Кнопка «Заказать спецтехнику» */
[id^="product-"] .pum-trigger.add_to_cart_button {
    display: inline-block;
    background: #289ab8 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 16px 35px !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(40, 154, 184, 0.25);
    align-self: flex-start;
    margin: 20px 0 30px 0;
}

[id^="product-"] .pum-trigger.add_to_cart_button:hover {
    background: #00467a !important;
    box-shadow: 0 6px 20px rgba(0, 70, 122, 0.35);
    transform: translateY(-2px);
    margin-top:20px;
}

/* Мета-данные (категории) */
[id^="product-"] .product_meta {
    border-top: 1px solid #eef2f5;
    padding-top: 20px;
    font-size: 13px;
    color: #777;
}

[id^="product-"] .product_meta a {
    color: #289ab8;
    text-decoration: none;
}

[id^="product-"] .product_meta a:hover {
    text-decoration: underline;
}

/* Блок характеристик в стиле чистых табов */
[id^="product-"] .woocommerce-tabs {
}

[id^="product-"] .tabs.wc-tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
}

[id^="product-"] .tabs.wc-tabs li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #00467a;
    text-decoration: none;
    margin-bottom: -2px;
}

/* Отключаем дублирующийся внутренний заголовок «Детали» во вкладке */
[id^="product-"] .woocommerce-Tabs-panel h2 {
    display: none !important;
}

/* Таблица параметров */
[id^="product-"] .shop_attributes {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

[id^="product-"] .shop_attributes tr {
    border-bottom: 1px solid #f4f6f8;
}
[id^="product-"] .shop_attributes tr:nth-child(2n) {
    background: #f4f4f4;
}
[id^="product-"] .shop_attributes tr:hover {
    background: #ddd;
}
[id^="product-"] .shop_attributes tr:last-child {
    border-bottom: none;
}

[id^="product-"] .shop_attributes th {
    text-align: left;
    padding: 14px 15px;
    color: #666;
    font-weight: 500;
    width: 35%;
    background: none !important;
}

[id^="product-"] .shop_attributes td {
    padding: 14px 15px;
    color: #111;
    font-weight: 600;
    background: none !important;
}

[id^="product-"] .shop_attributes p {
    margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel{

}
.woocommerce table.shop_attributes{
    margin-bottom:0;
}
.woocommerce nav.woocommerce-pagination{
    margin-top: 40px;
}
/* Мобильный адаптив */
@media (max-width: 768px) {
    [id^="product-"] .xtra-single-product { gap: 25px; }
    [id^="product-"] .pum-trigger.add_to_cart_button { width: 100%; box-sizing: border-box; }
    [id^="product-"] .shop_attributes th { width: 45%; padding: 12px 5px; }
    [id^="product-"] .shop_attributes td { padding: 12px 5px; }
    [id^="product-"] .woocommerce-tabs { padding: 15px; }
    [id^="product-"].product,
    [id^="product-"] .xtra-single-product,
    [id^="product-"] .woocommerce-tabs,
    .woocommerce div.product .woocommerce-tabs .panel{
        margin: 0;
        padding: 0;
    }
    .row.clr{
        margin:auto;
    }
    [id^="product-"] .xtra-single-product{
        gap:0;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title{
        position:relative;
    }
 .woocommerce ul.products li.product .button[class*="product_type_"]{
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin: auto;
    transform: none;
    margin-bottom: 20px;
    opacity:1;
    border-radius:0;
  }

    .page-id-17 .page_title, .header_onthe_cover .page_title {
        padding-top: 99px;
        padding-bottom: 0px;
        border-radius: 0;
        background-position: right top;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .breadcrumbs{
        padding: 0;
    }
    .page_content{
        margin-top:30px
    }
    .page-title {
        font-size:29px
    }
    h3,h2,h1{
    font-size: 27px !important;
    line-height{1.2;}
    }
    .withus .cz_title_content > div{
        height:auto;
    }
    .withus .wpb_column{
        margin-bottom: 10px !important;
    }
  .withus .cz_title_content span.nbr:after{
   width:100%;
 }
 .sidebar_footer-2,
  #custom_html-4{
   display:none;
 }
 .footer_widget{

 }
 .cz_stylish_list li,
  .cz_middle_footer a,
  .cz_middle_footer span{
    margin-bottom: 0 !important;
    font-size: 13px;
  }
  .sidebar_footer-3,
  .sidebar_footer-4{
    width: 50% !important;
    float: left;
  }
 #codevz_custom_menu_list-3,
 #codevz_custom_menu_list-2,
 #codevz_custom_menu_list-3 .clr > div,
  #codevz_custom_menu_list-2 .clr > div{
    text-align:left !important;
 }
 #codevz_custom_menu_list-3 .clr > div a,
  #codevz_custom_menu_list-2 .clr > div a{
        padding: 7px 0;
    display: block;
    text-align: left !important;
  }
	.big_title{
		font-size:30px  !important;
	}
	.price_show_mob .vc_column_container.wpb_column.vc_hidden-xs{
		display:block !important;
	}
	.vc_row-fluid.vc_custom_1779094521493{
		margin-right:0 !important;
	}
	.vc_column-inner.vc_custom_1779189865866{
		padding-top:0 !important;
	}
	.cz_counter_num_wrap{
		font-size:54px !important;
	}
	.cz_testimonials_content{
		padding:10px !important;
	}
	.cz_testimonials_avatar{
		float: left;
    margin-right: 10px;
	}

}

#menu_header_3 .cz .cz a:hover, #menu_header_3 .cz .cz:hover > a, #menu_header_3 .cz .cz.current_menu > a, #menu_header_3 .cz .current_menu > .current_menu,
.sf-menu .cz .cz a{
     padding: 7px 23px;
}
.sf-menu .sub-menu {
 width:290px;
}
.sf-menu .sub-menu .sub-menu {
    left: 270px;
}
.cz_middle_footer a:hover{
  opacity:0.8;
}
.img-car .cz_image_in{
	  background-color: rgba(0, 0, 0, 0.03);
    height: 224px;
    display: flex;
    align-items: center;
    padding: 0 24px;
	    margin: 0 6px;
}
.img-car .slick-slide{
	margin:0 !important;
}
#cz_90146 > div{
	display: block !important;
}
@media (min-width: 1200px){
  .footer_2{
     padding-top: 20px;
 }
	.breadcrumbs_container{
		position:absolute;	
	}
	.page_title{
		 margin-bottom: 150px;
	}
	.breadcrumbs{
		margin-top:0;
	}
}
.vc_custom_1779095933331 .wpcf7-list-item-label,
.vc_custom_1779095933331 .wpcf7-list-item-label a{
	color:#fff;
}
.breadcrumbs .fa-angle-double-right:before{
	content: "/";
}
.page_title a, .page_title a:hover, .page_title i {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.5;
}
.inactive_l{
	opacity:1;
}
.page_title b:last-child a {
    opacity: 1;
}


/* аккордеон */
.cz_acc_custom {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    font-family: inherit;
}

.cz_acc_custom > div {
    margin-bottom: 12px !important;
    border: 1px solid #e4e4e4 !important;
    background-color: #f4f4f4 !important;
    border-radius: 6px !important;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.cz_acc_custom > div:hover {
    border-color: #289ab8 !important;
    box-shadow: 0px 8px 30px rgba(40, 154, 184, 0.12);
}

.cz_acc_custom > div:has(.cz_isOpen) {
    border-color: #289ab8 !important;
    background-color: #ffffff !important;
}

.cz_acc_custom .cz_acc_child {
    background: transparent !important;
    padding: 24px 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    cursor: pointer !important;
    border: none !important;
    transition: background 0.3s ease;
}

.cz_acc_custom .cz_acc_child > div {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

.cz_acc_custom .cz-acc-image {
    display: none !important;
}

.cz_acc_custom .cz_acc_open_icon, 
.cz_acc_custom .cz_acc_close_icon {
    margin-left: auto !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    width: 24px !important;
    height: 24px !important;
    color: #000000 !important;
    transition: transform 0.3s ease, color 0.3s ease;
}

.cz_acc_custom .cz_acc_open_icon::before,
.cz_acc_custom .cz_acc_close_icon::before {
    content: "" !important;
    position: absolute;
    background-color: currentColor;
    transition: all 0.3s ease;
}

.cz_acc_custom .cz_acc_open_icon::before,
.cz_acc_custom .cz_acc_close_icon::before {
    top: 11px;
    left: 4px;
    width: 16px;
    height: 2px;
}

.cz_acc_custom .cz_acc_open_icon::after {
    content: "" !important;
    position: absolute;
    top: 4px;
    left: 11px;
    width: 2px;
    height: 16px;
    background-color: currentColor;
    transition: all 0.3s ease;
}

.cz_acc_custom > div:hover .cz_acc_open_icon,
.cz_acc_custom > div:hover .cz_acc_close_icon {
    color: #289ab8 !important;
}

.cz_acc_custom .cz_acc_child_content {
    background: #ffffff !important;
    padding: 0 30px 28px 30px !important;
    border: none !important;
}

.cz_acc_custom .cz_wpe_content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #444444 !important;
    margin-bottom: 16px !important;
}

.cz_acc_custom .cz_wpe_content p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .cz_acc_custom .cz_acc_child {
        padding: 18px 20px !important;
    }
    .cz_acc_custom .cz_acc_child > div {
        font-size: 17px !important;
    }
    .cz_acc_custom .cz_acc_child_content {
        padding: 0 20px 20px 20px !important;
    }
}
/* аккордеон */