.product-thumb .name {
    text-overflow: unset;
    overflow: visible;
    white-space: normal;
}

.u-information table,
.chars_table{
    width:100%;
}

.u-information table,
.chars_table th {
    padding: 10px;
    text-align: left;
    color: #000;
}

.mb-3 {
    margin-bottom: 3rem;
}
.u-information table td,
.chars_table td {
    color: #000;
    border-top: 1px solid #e8edff;
    padding: 10px 15px;
    background-color:unset!important;
}
.u-information table td  a,
.chars_table td  a {
    color: #2067b0;
    text-decoration: underline;
}
.u-information table tr:nth-child(2n),
.chars_table tr:nth-child(2n) {
    background: #EAEAEA;
}



.fur-item {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    text-align: center;
}
.fur-item_name {
    margin: 10px 0;
    font-weight: bold;
}
.fur-item_price {
    color: red;
}

img.gar-img {
    width: 32px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}



.blog_section2 h2, .blog_single_post h2, h2.main_page, .blog_section2 .h2, .blog_single_post .h2, .h2.main_page {
    font-size: 26px;
    word-wrap: break-word;
    font-weight: bold;
    color: #db2723;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    display: block;
}


.table-index {
    width: 100%;
    margin: 20px 0;
}

.table-index th {
    color: #FFF;
    font-family: PT, Arial;
    font-size: 16px;
    padding: 10px 20px;
    background: #e5327a;
    font-weight: normal;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: left;
}

.table-index td {
    font-family: PT, Arial;
    color: #535761;
    font-size: 16px;
    padding: 10px 20px;white-space:initial;
    text-align: left;

    box-sizing: border-box;


}

.table-index tr:nth-child(even) td {
    background: #F9F7F9;
}

.table-index tr:nth-child(odd) td {
    background: #EFEEF0;
}


.blog_section2 h2, .blog_single_post h2, h2.main_page,
.blog_section2 .h2, .blog_single_post .h2, .h2.main_page {
    font-size: 26px;
    word-wrap: break-word;
    font-weight: bold;
    color: #e5327a;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    display: block;
}


.h2Title {
    margin: 20px 0;
}

.box [id*="nav_"] .swiper-button-next.swiper-button-disabled, .box [id*="nav_"] .swiper-button-prev.swiper-button-disabled, .box.category .swiper-button-next.swiper-button-disabled, .box.category .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

/* FAQ аккордеон */
.accordion {
    border-radius: 4px;
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #fff;
}

.accordion-group:last-child {
    margin-bottom: 0;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-toggle {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    transition: all 0.3s ease;
}

.accordion-toggle:hover {
    color: #e5327a;
    text-decoration: none;
    background-color: #f5f5f5;
}

.accordion-toggle:focus {
    outline: none;
    text-decoration: none;
}

/* Стрелка */
.accordion-toggle.arrow-down:after {
    content: "▼";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
    transition: transform 0.3s ease;
}

.accordion-toggle[aria-expanded="true"]:after,
.accordion-toggle:not(.collapsed):after {
    transform: translateY(-50%) rotate(180deg);
    color: #e5327a;
}

/* Тело аккордеона */
.accordion-body {
    overflow: hidden;
}

.accordion-inner {
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    background-color: #fafafa;
}

.accordion-inner p {
    margin-bottom: 15px;
}

.accordion-inner p:last-child {
    margin-bottom: 0;
}

.accordion-inner ul,
.accordion-inner ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.accordion-inner li {
    margin-bottom: 8px;
}


/* Дополнительные акценты */
.accordion-inner a {
    color: #e5327a;
    text-decoration: none;
}

.accordion-inner a:hover    {
    color: #c52865;
    text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 768px) {
    .accordion-toggle {
        padding: 12px 15px;
        font-size: 15px;
    }

    .accordion-toggle.arrow-down:after {
        right: 15px;
    }

    .accordion-inner {
        padding: 15px;
    }
}


.box-info__item > div {
    display: block;
    position: relative;
    padding: 55px 25px 59px 40px;
    background: #fafafa;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 13px 13px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 13px 13px rgba(0, 0, 0, 0.04);
    box-shadow: 0 13px 13px rgba(0, 0, 0, 0.04);
    text-align: center;
}

.box-info__item > div:hover {
    -webkit-box-shadow: 0 13px 13px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 13px 13px rgba(0, 0, 0, 0.1);
    box-shadow: 0 13px 13px rgba(0, 0, 0, 0.1);
}


.ral-wr-main{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

    max-width:800px;margin:  0 auto 30px;
}

.ral-item {
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
}




.blog_section2 {
    padding: 20px;
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #EBEAEA;
}

.blog_section2-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.blog_section2-flex .before-section {
    width: 47%;
    padding-left: 0;
    padding-right: 0;
}
.before-section.bs-center {
    justify-content: center;
}
.before-section {
    display: flex;
    margin: 40px 15px 30px;
}
.before-section__img {
    position: relative;
    min-width: 400px;
    height: 340px;
}

.blog_section2-flex .before-section__img {

    min-width: 380px;

}
.blog_section2-flex .section-links {

    margin-left: 5px;
}
.blog_section2-flex .before-section{    width: 47%;
    padding-left: 0;
    padding-right: 0;}
.blog_section2-flex{display:flex;justify-content:space-around;flex-wrap:wrap;}
@media (max-width: 982px) {
    .blog_section2-flex .before-section {
        width: auto;}
}


.substrate {
    position: absolute;
    width: 217px;
    height: 280px;
    bottom: 17px;
    right: 34px;
}
.before-section.before-section_2 .substrate,
.before-section.before-section_3 .substrate {
    bottom: auto;
    top: 10px;
    right: 10px;
}
.before-section.before-section_2 .substrate::after,
.before-section.before-section_3 .substrate::after {
    visibility: hidden;
}
.substrate::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -27px;
    right: -27px;
    width: 217px;
    height: 280px;
    background: rgba(149, 43, 45, 0.75);
}
.substrate__overlay {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255, 0.8);
    padding: 5px;
}
.substrate__inner {
    border: 2px solid #952B2D;
    box-sizing: border-box;
    padding: 10px 4px;
    text-align: center;
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.before-section.before-section_2 .substrate__title {
    margin-top: 2px;
}
.substrate__title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.before-section.before-section_2 .substrate__price {
    margin: 10px;
}
.substrate__price {
    margin: 20px 0 30px;
    font-weight: 500;
    font-size: 13px;
}
.substrate__price span {
    font-weight: 800;
    color: #C80404;
    font-size: 24px;
    text-decoration-line: underline;
}
.before-section.before-section_2 p.substrate__text {
    margin-bottom: 5px;
}
p.substrate__text {
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #000;
    line-height: 17px;
    float: none;
    margin-bottom: 30px;
}
.transition-hover {
}
.substrate__link,
.section-links__link {
    transition: -webkit-filter .2s, -moz-filter .2s, filter .2s;
}
.substrate__link:hover,
.section-links__link:hover {
    -webkit-filter: brightness(107%);
    -o-filter: brightness(107%);
    filter: brightness(107%);
}
.substrate__link {
    width: 143px;
    height: 33px;
    display: block;
    margin: 0 auto;
    background: #BE0000;
    opacity: 0.9;
    border: 1px solid #000000;

    font-weight: 500;
    font-size: 13px;
    line-height: 31px;
    text-align: center;

    color: #FFFFFF!important;
}

.section-links__link {
    width: 100%;
    max-width: 240px;
}

.section-links__link {
    display: flex
;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    height: 33px;
    background: rgba(149, 43, 45, 0.75);
    font-size: 13px;
    line-height: 13px;
    color: #FFFFFF!important;
    margin-bottom: 9px;
}

.substrate__link, .section-links__link {
    transition: -webkit-filter .2s, -moz-filter .2s, filter .2s;
}
