

/* Start:/local/templates/bq_aliot_s1/components/bquadro/catalog/main/bitrix/catalog.element/new/style.css?175622712310945*/
.description_right {
    padding: 10px 0px;
}

.main-info-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    float: left;
}

.main-info-wrap-after {
    width: 100%;
    float: left;
}

.main-info-wrap ul,
.main-info-wrap ol {
    margin-bottom: 0 !important;
}

.main-info-wrap__col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .main-info-wrap__col {
        width: 100%;
        margin: 0;
    }
}

.card_index_price.price_request {
    padding: 20px 0px;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
}

.b_product_page .sale_block .btn.btn--zap {
    background: #fff;
    border: 1px solid #E12A2A;
    color: #E12A2A;
}

.list_prod_item .images img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}


.product-detail__features {
    width: 100%;
    padding: 15px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.product-detail__features-item {
    font-size: 11px;
    padding: 40px 10px 12px 10px;
    width: 25%;
    max-width: 85px;
    padding-bottom: 20%;
    position: relative;
}

.product-detail__features-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: calc(100% - 5px);
    max-height: 100%;
}

.product-detail__features-item:first-child {
    padding-left: 0;
}

.product-detail__features-item:last-child {
    padding-right: 0;
}

.product-detail__features-item-tooltip {
    width: 120px;
    background-color: #fff;
    color: #383838;
    text-align: center;
    padding: 8px 2px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    z-index: 5;
    width: 120px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    /*margin-left: -84px;*/
    box-shadow: 0px 0px 6px 0px rgba(106, 113, 131, 0.4);
    opacity: 0;
}


.product-detail__features-item:hover .product-detail__features-item-tooltip {
    opacity: 1;
}

@media (max-width: 500px) {
    .product-detail__features {
        justify-content: center;
    }
}

@media (max-width: 415px) {
    .product-detail__features-item:first-child .product-detail__features-item-tooltip {
        left: 0;
        transform: translate(0);
    }

    .product-detail__features-item:last-child .product-detail__features-item-tooltip {
        left: auto;
        right: 0;
        transform: translate(0);
    }
}

.tabs {
    width: 100%;
    float: left;
}

.tabs__opens {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -30px;
    margin-left: -30px;
    overflow-x: auto;
    overflow-y: hidden;
}

.tabs__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 16px 30px;
    border: 1px solid #ECECEC;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.71;
    cursor: pointer;
    -webkit-transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.tabs__open:not(.is-active):hover {
    color: #E12A2A;
}

.tabs__open.is-active {
    border-color: #E12A2A;
    background: #E12A2A;
    color: #fff;
}

.tabs__tab {
    display: none;
}

.tabs__tab.is-active {
    display: block;
}

.tab-collapse__toggler {
    display: none;
    position: relative;
    align-items: center;
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    padding: 13px 15px;
    padding-right: 30px;
    border: 0;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
    cursor: pointer;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.tab-collapse__toggler:not(.is-active):hover {
    color: #E12A2A;
}

.tab-collapse__toggler.is-active {
    border-color: #E12A2A;
}

.tab-collapse__toggler::after {
    display: block;
    position: absolute;
    top: 17.5px;
    right: 15px;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE1IDE2Ij4KICA8cGF0aCBzdHJva2U9IiNFMTJBMkEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtMy41IDYuNzUgNCAzLjUgNC0zLjUiLz4KPC9zdmc+Cg==");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.tab-collapse__toggler.is-active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.tab-collapse__content {
    padding-top: 30px;
}

.tab-collapse__content .b_etalon h2,
.tab-collapse__content .b_etalon.h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

.tab-collapse__content .b_etalon h2:first-child,
.tab-collapse__content .b_etalon.h2:first-child {
    margin-top: 0;
}

.tab-collapse__content .b_etalon h2:last-child,
.tab-collapse__content .b_etalon.h2:last-child {
    margin-bottom: 0;
}

.tab-collapse__content .b_etalon p {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #010101;
    font-size: 14px;
    line-height: 1.714;
}

.tab-collapse__content .b_etalon p:first-child {
    margin-top: 0;
}

.tab-collapse__content .b_etalon p:last-child {
    margin-bottom: 0;
}

.tab-collapse__content .b_etalon iframe {
    display: block;
    width: 100%;
    max-width: 853px;
    height: 480px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.tab-collapse__content .b_etalon iframe:first-child {
    margin-top: 0;
}

.tab-collapse__content .b_etalon iframe:last-child {
    margin-bottom: 0;
}

.tab-collapse__content .b_etalon table {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tab-collapse__content .b_etalon table:first-child {
    margin-top: 0;
}

.tab-collapse__content .b_etalon table:last-child {
    margin-bottom: 0;
}

.tab-collapse__content .b_etalon table th,
.tab-collapse__content .b_etalon table td {
    padding: 15px 20px 15px 20px;
    border: none;
    border: 1px solid #E1E5E6;
    font-size: 14px;
    line-height: 1.2;
}

.tab-collapse__content .b_etalon ol,
.tab-collapse__content .b_etalon ul {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
    counter-reset: list;
}

.tab-collapse__content .b_etalon ol:first-child,
.tab-collapse__content .b_etalon ul:first-child {
    margin-top: 0;
}

.tab-collapse__content .b_etalon ol:last-child,
.tab-collapse__content .b_etalon ul:last-child {
    margin-bottom: 0;
}

.tab-collapse__content .b_etalon li {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    padding-left: 35px;
    line-height: 1.428;
}

.tab-collapse__content .b_etalon li:first-child {
    margin-top: 0;
}

.tab-collapse__content .b_etalon ul li {
    padding-left: 25px;
}

.tab-collapse__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7.5px -15px;
}

.tab-collapse__col {
    width: calc(50% - 30px);
    margin: 7.5px 15px;
}

.tab-collapse__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -22.5px -10px;
}

.tab-collapse__card {
    width: calc(25% - 20px);
    height: 100%;
    margin: 22.5px 10px;
}

.tab-collapse__card-top {
    position: relative;
    width: 100%;
}

.tab-collapse__card-top:not(:last-child) {
    margin-bottom: 10px;
}

.tab-collapse__card-top::after {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    content: '';
}

.tab-collapse__card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.tab-collapse__content .b_etalon .tab-collapse__card-img:first-child {
    margin-top: 0;
}

.tab-collapse__card-title {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.94;
    text-align: center;
}

.tab-collapse__content .gall_product {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

@media (max-width: 1399px) {
    .tab-collapse__card {
        width: calc(33.333% - 20px);
    }
}

@media (max-width: 991px) {
    .tab-collapse__card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .tabs__opens {
        display: none;
    }

    .tabs__tab {
        display: block;
    }

    .tab-collapse__toggler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tab-collapse__hidden {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.3s ease;
        -o-transition: max-height 0.3s ease;
        transition: max-height 0.3s ease;
    }

    .tab-collapse__content {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tab-collapse__content .b_etalon iframe {
        max-width: none;
        height: calc((100vw - 30px) * 0.562);
    }

    .tab-collapse__content .b_etalon table {
        width: 100%;
    }

    .tab-collapse__col {
        width: calc(100% - 30px);
    }

    .tab-collapse__cards {
        margin: -2.5px -5px;
    }

    .tab-collapse__card {
        width: calc(50% - 10px);
        margin: 2.5px 5px;
    }

    .tab-collapse__card-top:not(:last-child) {
        margin-bottom: 0;
    }

    .tab-collapse__card-title {
        font-size: 12px;
        line-height: 2.92;
    }
}
/* End */
/* /local/templates/bq_aliot_s1/components/bquadro/catalog/main/bitrix/catalog.element/new/style.css?175622712310945 */
