

/* Start:/local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?17697544141864*/
body {
	min-width: 15em;
}

h1 {
    display: none;
}

#desktop_h1 {
    display: block;
    margin: 0;
    padding: 0;
}

.detail-cont {
    display: flex;
    flex-direction: column;
}

.detail-space {
    flex: 1;
}

.btn-get-price {
    position: absolute;
    bottom: 15px;
    left: 45px;
}

@media screen and (max-width: 1200px) {
    .btn-get-price {
        bottom: 10px;
        left: 35px;
    }
}

.tag-stickers-container {
    display: flex;
}

.tag-sticker {
    color: #fff;
    background-color: #27AE60;
    padding: 0.1em 0.5em;
    margin-right: 1em;
}

.detail-vendors {
    margin: 1.5em 0;
    display: flex;
}



.tableSortButtonsContainer {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
}

th:has(.tableSortButton) {
    position: relative;
}

.tableSortButtonsContainer {
    position: absolute;
        top: 50%;
    translate: 0 -50%;
    right: 2px;
}

.tableSortButton {
    border: none;
    clip-path: polygon(100% 100%, 50% 60%, 0 100%, 0 50%, 50% 0, 100% 50%);
    background-color: black;
    height: 10px;
    width: 10px;
}

.tableSortButton.down {
    clip-path: polygon(100% 50%, 50% 100%, 0 50%, 0 0, 50% 40%, 100% 0);
}

.tableSortButton:focus {
    background-color: white;
    outline: none;
}

/* Адаптивное видео для таба "Видеообзор" */
.video-tab-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* На десктопе - фиксированные размеры как было */
.video-tab-container > iframe {
    width: 560px;
    height: 315px;
    flex-shrink: 0;
}

/* На мобильных - адаптивное видео */
@media (max-width: 767px) {
    .video-tab-container {
        gap: 15px;
    }
    
    .video-tab-container > iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?17697544141864 */
