.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EA3030;--e-global-color-3ca9781:#FFFFFF;--e-global-color-5242dce:#000000;--e-global-color-760a7ff:#F5F5F5;--e-global-color-14d4556:#CCCCCC;--e-global-color-837945e:#888888;--e-global-color-a06adb2:#2C2B29;--e-global-color-72d3982:#2C2C2C;--e-global-color-4c0b9af:#E5E5E5;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 h1{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (min-width: 992px) and (max-width: 1024px) {
    .content.col-md-12 {
        width: 750px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .container, .single-product .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info {
        width: 750px !important;
    }
}
/*Подчеркнутые заголовки*/
.header-custom-decoration h4{
    font-size: 18px;
}
.header-custom-decoration h1, .header-custom-decoration h2, .header-custom-decoration h3, .header-custom-decoration h4, .header-custom-decoration h5, .header-custom-decoration h6, .header-custom-decoration span {
    position: relative;
    color: #7A7A7A;
    padding-bottom: 15px;
}
.header-custom-decoration h1:before, .header-custom-decoration h2:before, .header-custom-decoration h3:before, .header-custom-decoration h4:before, .header-custom-decoration h5:before, .header-custom-decoration h6:before, .header-custom-decoration span:before {
    content: "";
    width: 236px;
    border-bottom: 2px solid #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
}
h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}

/* Аккордеон */
.accordeon details {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f9f9f9;
    font-family: sans-serif;
    overflow: hidden; /* чтобы не торчал контент при анимации */
}

.accordeon summary {
    cursor: pointer;
    font-weight: bold;
    position: relative;
    list-style: none;
    padding: 14px 35px 14px 12px;
}

.accordeon summary::marker, 
.accordeon summary::-webkit-details-marker {
    display: none;
}

.accordeon summary::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #c3bcb3;
    border-right: 2px solid #c3bcb3;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 20px;
    transition: transform .3s;
}

.accordeon details[open] summary::after {
    transform: rotate(45deg);
}

.accordeon-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 12px; /* убрали вертикальные отступы при закрытии */
    transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
}

.accordeon details[open] .accordeon-content {
    max-height: 1000px; /* больше, чем реальная высота */
    opacity: 1;
    padding: 0 12px 14px; /* добавляем отступ снизу при открытии */
}
/**/

/*Стиль списков .custom-list .custom-numbered-list*/
.type-product ol.custom-numbered-list, .type-product ul.custom-list {
    padding-left: 0;
}
ol.custom-numbered-list li p, ul.custom-list li p {
   margin-bottom: 0;
}
/*Стиль нумерованного списка .custom-numbered-list*/
ol.custom-numbered-list {
    counter-reset: custom-counter;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-left: 0;
    margin-top: 40px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

ol.custom-numbered-list li {
    counter-increment: custom-counter;
    width: 31.5%;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px;
    padding-top: 40px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

ol.custom-numbered-list li::before {
    content: counter(custom-counter, decimal-leading-zero);
    position: absolute;
    top: -20px;
    left: 20px;
    background: #ccc;
    color: white;
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 5px 5px 0px #EA3030;
}
/* Если в последней строке только 1 элемент — растянуть его на всю ширину */
    ol.custom-numbered-list li:nth-last-child(1):nth-child(3n + 1) {
      width: 100%;
    }

/* Если в последней строке 2 элемента — по 48% каждый */
@media (min-width:890px) {
    ol.custom-numbered-list li:nth-last-child(2):nth-child(3n + 1),
    ol.custom-numbered-list li:nth-last-child(1):nth-child(3n + 2) {
        width: 48.6%;
    }
}
@media (max-width:889px) {
    ol.custom-numbered-list li {
        width: 48%;
    }
    ol.custom-numbered-list li:nth-last-child(1):nth-child(3n + 1), ol.custom-numbered-list li:nth-last-child(1):nth-child(3n + 2) {
        width: 100%;
    }
}
@media (max-width:589px) {
    ol.custom-numbered-list li {
        width: 100%;
    }
}
/**/
/*Стиль маркированниого списка .custom-list*/
.type-product ul.custom-list  {
    padding-left: 0;
}
ul.custom-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-left: 0;
    margin-top: 40px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.custom-list li {
    width: 31.5%;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px;
    /*padding-top: 40px;*/
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
@media (max-width:889px) {
    ul.custom-list li {
    width: 48%;
    }
}
@media (max-width:589px) {
    ul.custom-list li {
    width: 100%;
    }
}
/**/
/*Стиль icon list .custom-icon-list-button-style*/
.custom-icon-list-button-style li.elementor-icon-list-item {
    padding: 5px 15px 5px 5px;
    background: #fff;
    border: solid 1px rgba(235, 48, 48, 0.5);
    border-radius: 50px;
    box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.1);
}/* End custom CSS */