

/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17551677443514*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */


/* Start:/local/components/sfx/education.reviews/templates/.default/style.css?17651828523709*/
/* фильтрация из блога */
#tagFilterReviewsForm, #authorFilterForm {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    width:100%;
}

.filter-label {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    height: 100%;
    min-width: 55px;
}

.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex: 1;
}

.filter-tags-wrapper {
    display: flex;
}
/* Стили для кнопок */
.le-training-courses .courses-filter .tag-button {
    display: flex;
    padding: 8px 12px 8px 16px;
    margin: 6px;
    border-radius: 4px;
    background-color: #fff;
    color: #324155;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, color 0.3s;
    gap: 10px;
    border: 1px solid transparent;
    align-items: center;
}
.le-training-courses .courses-filter .tag-button:hover, .author-button:hover{
    border: 1px solid #F3702B;
    color: #F3702B;
}
.le-training-courses .courses-filter .tag-button.checked {
    padding-right: 8px;
}
.le-training-courses .courses-filter .tag-button .just-icon.just-icon-cancel{
    display: none;
}
.le-training-courses .courses-filter .tag-button.checked .just-icon.just-icon-cancel{
    display: block;
}

.tag-button input, .author-button input {
    display: none; /* скрываем стандартные чекбоксы */
}

.le-training-courses .courses-filter .tag-button.checked {
    background-color: #f3702b;
    color: #fff;
}

.tag-remove, .author-remove {
    display: none;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
}

/* Появляется крестик на выбранных кнопках */
.le-training-courses .courses-filter .tag-button.checked .tag-remove {
    display: inline-block;
}

/* Стиль для крестика */
.tag-remove, .author-remove {
    font-family: Arial, sans-serif;
    font-weight: bold;
}


.blog-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.sort-container {
    position: relative;
    /* display: inline-block; */
    display: none;
    cursor: pointer;
}

.sort-selected {
    padding: 10px 15px;
    border-radius: 5px;
    transition: background 0.3s ease;
    display: flex;
    gap: 5px;
    align-items: center;
}
.sort-selected:after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('/upload/des/sort-arrow.svg') no-repeat;
}

.sort-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-radius: 20px;
    display: none;
    min-width: 150px;
    z-index: 9;
}

.sort-dropdown.open {
    display: block;
}

.sort-option {
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.sort-option:hover {
    color: #f3702b;
    background: #eaecee;
}
/* Кнопка "Фильтры" (по умолчанию скрыта) */
.filter-toggle {
    display: none;
    padding: 8px 12px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
    width: max-content;
    text-align: center;
    gap: 10px;
    border: 1px solid #b7b6c2;
    align-items: center;
}
.filter-toggle:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('/upload/des/blog-filter.svg') no-repeat;
}
.filter-header{
    display: none;
}
/* Скрытый блок фильтра */
.blog-filter {
    transition: transform 0.3s ease-in-out;
}
/* End */


/* Start:/local/templates/letech-sfx/components/bitrix/catalog.section/standart_slider/style.css?176199954848*/
.section-empty-catalog p{
	font-weight: 300;
}
/* End */


/* Start:/local/templates/letech-sfx/components/bitrix/catalog.item/standart/style.css?1763729359355*/
.le-card-props-item-value:not(.selected)
{
	display: none;
}
.product-item-scu-item-color {
	height: 30px;
	border: 1px solid gray;
}

.le-card-props-item-value {
	list-style-type: none;
	cursor: default;
}
.le-card-buttons .slider-link .btn-to-cart{
	width: 100%;
}
.le-card-4 .le-card-buttons.slider{
	grid-template-columns: 1fr 1fr;
}
/* End */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17551677443514 */
/* /local/components/sfx/education.reviews/templates/.default/style.css?17651828523709 */
/* /local/templates/letech-sfx/components/bitrix/catalog.section/standart_slider/style.css?176199954848 */
/* /local/templates/letech-sfx/components/bitrix/catalog.item/standart/style.css?1763729359355 */
