

/* Start:/local/templates/acceltrade/components/bitrix/catalog.element/.default/style.css?17872372177462*/
.span6 {
    width: 460px;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
}
@media (min-width: 1200px) {
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }
}
@media (min-width: 1200px) {
    .span6 {
        width: 570px;
    }
}
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12765957%;
}
.row-fluid .span6 {
    width: 48.93617021%;
}
@media (min-width: 1200px) {
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.56410256%;
    }
}
@media (min-width: 1200px) {
    .row-fluid .span6 {
        width: 48.71794872%;
    }
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
@media (min-width: 1200px) {
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
}

.carousel {
    position: relative;
    line-height: 1;
    margin-bottom: 40px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgb(0 0 0 / 6%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#product_gallery .thumbnail {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.carousel-inner .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
#product_gallery .carousel-inner .item {
    height: 400px;
    line-height: 400px;
    vertical-align: middle;
    text-align: center;
}
.carousel-inner .active {
    left: 0;
}
.carousel-inner .active,
.carousel-inner .next,
.carousel-inner .prev {
    display: block;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
@media (min-width: 1200px) {
    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
}
@media (min-width: 1200px) {
    .row-fluid:after {
        clear: both;
    }
}

h1, h2, h3, h4, h5, h6, p, form, .control-group, .table, .page-header, .sub-header {
    margin: 0 0 20px;
}
.sub-header {
    padding-bottom: 9px;
    border-bottom: 1px solid #eeeeee;
}

.faq-icon-minus {
    display: none;
}
.product-faq__question_body {
    display: none;
}

.product-faq__question.is-active .product-faq__question_body {
    display: block;
}

.product-faq__question.is-active .faq-icon-minus {
    display: block;
}
.product-faq__question.is-active .faq-icon-plus {
    display: none;
}

.product-faq {
    font-family: "Modern H", sans-serif;
    margin-bottom: 80px;
}
.product-faq__title {
    font-size: 30px;    
    line-height: 130%;  
    color: #3c3c3c; 
}
.product-faq__name {
    font-size: 14px;
    line-height: 130%;
    color: #3c3c3c;
    font-weight: bold;
    width: 100%;
    padding: 10px 0;
}
.product-faq__question_body {
    font-size: 14px;
    line-height: 130%;
    color: #3c3c3c;
}
.product-faq__number {
    font-size: 20px;
    background: linear-gradient(90deg, #f6c002 0%, #008633 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.product-faq__question_head {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}
.product-faq__question {
    padding: 14px 0;
    display: grid;
    gap: 24px;
}
.product-faq__question:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}


/* Базовые стили */
.tabs {
    width: 100%;
}
.product-detail .tabs .tabs-scroll {
    display: block;
}

.tabs-scroll {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 0;
}

.tabs-scroll .tab-label {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #3c3c3c;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    background: #fff;
    transition: all 0.3s ease;
    user-select: none;
    flex: 1 1 auto;
    text-align: center;
}

.tabs-scroll .tab-label:hover {
    color: #008633;
}

/* Скрываем radio */
.tabs > input[type="radio"] {
    display: none;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Контент по умолчанию скрыт */
.tabs > .tab-content {
    display: none;
    padding: 20px 5px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

/* Показываем контент через соседний селектор + */
.tabs > input[type="radio"]:checked + .tab-content {
    display: block;
}
/* Активная вкладка */
.tabs-scroll .tab-label {
    border-bottom: 2px solid transparent;
}


/* ===== АДАПТИВ < 568px ===== */
@media (max-width: 567.98px) {
    .tabs-scroll {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 0;
    }

    .tabs-scroll::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .tabs-scroll .tab-label {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 12px 18px;
        border-bottom: 2px solid transparent;
        text-align: center;
    }

    .tabs-scroll .tab-label:first-child {
        padding-left: 15px;
    }

    .tabs-scroll .tab-label:last-child {
        padding-right: 15px;
    }

    .tabs > .tab-content {
        padding: 15px 5px;
    }
    .product-detail .tabs .tabs-scroll {
        display: flex;
    }
    .tabs #content-2.tab-content svg{
        min-width: 24px;
    }
    .tabs #content-3.tab-content svg{
        min-width: 24px;
    }
    .product-detail__advantages-list-item {
        width: 46%!important;
    }
}

.product-detail .tabs .tabs-scroll label {
    border-right: 1px solid #e0e0e0;
}
.product-detail .tabs .tabs-scroll label:first-child {
    border-left: 1px solid #e0e0e0;
}

.tabs-scroll .tab-label.active-tab,
.tabs input[type="radio"]:checked + .tabs-scroll .tab-label,
.tabs input[type="radio"]:checked ~ .tabs-scroll .tab-label[for="tab-btn-1"],
.tabs input[type="radio"]:checked ~ .tabs-scroll .tab-label[for="tab-btn-2"],
.tabs input[type="radio"]:checked ~ .tabs-scroll .tab-label[for="tab-btn-3"],
.tabs input[type="radio"]:checked ~ .tabs-scroll .tab-label[for="tab-btn-4"],
.tabs input[type="radio"]:checked ~ .tabs-scroll .tab-label[for="tab-btn-5"] {
    color: #008633 !important;
    border-bottom: 2px solid #008633 !important;
}
.tabs-scroll .tab-label.active {
    color: #008633 !important;
    border-bottom: 2px solid #008633 !important;
}
/* End */
/* /local/templates/acceltrade/components/bitrix/catalog.element/.default/style.css?17872372177462 */
