

/* Start:/local/templates/kit/components/bitrix/catalog/product/bitrix/catalog.element/.default/style.css?17588075744106*/
.tags {
    margin-bottom: 35px;
}
.price {
    font-size: 26px;
    font-weight: 700;
}
.btn-line {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}
.btn-line .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.8px;
    padding: 15px 50px;
    border-radius: 3px;
    border: 1px solid #2A95EF;
}
.btn-line .btn.btn-blue {
    background: #2A95EF;
    color: #fff;
}
.btn-line .btn.btn-white {
    background: #fff;
    color: #2A95EF;
}
.tabs {
    margin-bottom: 60px;
}
.tab {
    display: inline-block;
    border: 1px solid #EFF1F5;
    border-radius: 3px;
    background: #F8F9FB;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.8px;
    font-size: 11px;
    cursor: pointer;
}
.tab.active {
    background: #fff;
}
.tab_item {
    padding: 10px;
}
.prop_list {
    margin-bottom: 40px;
}
.prop_list b {
    margin-bottom: 20px;
    display: block;
}
.file {
    padding: 40px;
    border: 1px solid #CED7E2;
}
.file_link {
    text-decoration: none;
    color: #333333;
}
.file_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
}
.file_size {
    color: #828282;
    font-size: 16px;
}
img {
    max-width: 100%;
}
/* product-table__specs */
.product-table__specs {
  width: 100%;
}
.product-table__specs tr, .product-table__specs td {
  border: 1px solid #EFF1F5;
}
.product-table__specs td, .product-table__specs .category-header td {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #363636;
}
.product-table__specs td {
  padding: 0.75rem 1.125rem;
  font-weight: 400;
}
.product-table__specs .category-header td {
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-table__specs td, .product-table__specs .category-header td {
    font-size: 16px;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .product-table__specs td, .product-table__specs .category-header td {
    padding: 0.55rem 1rem;
    font-size: 14px;
  }
}
/**/
.btn-line .btn.btn-blue:hover {
    background: #fff;
    color: #2A95EF;
    border: 1px solid #2A95EF;
}
.btn-line .btn.btn-white:hover {
    background: #2A95EF;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .btn-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
    .btn-line .btn {
        width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 575.98px) {
    .btn-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
    .btn-line .btn {
        width: 100%;
    }
}
/* Show/Hide toggle */
.tab_content {
    max-height: 300px; /* стартовое ограничение */
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}
/* градиентный fade-эффект */
.tab_content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
/* состояние развернуто */
.tab_content.open::after {
    opacity: 0; /* убираем fade */
}
/* кнопка */
.tab_content__toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    user-select: none;
    justify-content: center;
}
.tab_content__toggle .close {
    display: none;
}
.tab_content__toggle.active .open {
    display: none;
}
.tab_content__toggle.active .close {
    display: inline;
}
.tab_content__toggle.active svg {
    transform: rotate(180deg);
}

/* End */


/* Start:/local/templates/kit/components/bitrix/news.list/silders35/style.css?1689051677150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/kit/components/bitrix/catalog/product/bitrix/catalog.element/.default/style.css?17588075744106 */
/* /local/templates/kit/components/bitrix/news.list/silders35/style.css?1689051677150 */
