

/* Start:/products/style.css?17521868636461*/
main{
    padding-top: 30px;
}

h1.page-heading{
    margin-bottom: 24px;
}

.press__wrapper{
    padding-top: 0 !important;
}

.products-root-page-preview {
    margin-top: 0;
        display: flex;
    align-items: center;
}

.products-root-page-preview-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.products-root-page-preview-list li {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.products-root-page-preview-list li:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 7px;
    width: 11px;
    height: 11px;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205%206.998%22%3E%3Cpath%20fill%3D%22%23f39600%22%20d%3D%22M0%200l5%203.5-5%203.498V0z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.products-root-page-preview-image {
    text-align: right;
}

.products-root-page-preview-buttons {
    display: flex;
    justify-content: center;
    gap: 30px 40px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}



.products-root-page-preview-buttons a {
    flex: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border: 1px solid #000000;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 768px) {
    .products-root-page-preview-buttons a {
        padding: 10px 40px;
        height: auto;
    }
}

.products-root-page-preview-buttons a:hover {
    background-color: #f39600;
    border-color: #f39600;
    color: #fff;
}

.product-section__item-heading {
    /* font-family: 'FF Good Pro'; */
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 110% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    text-shadow:
        1px 1px 1px rgba(0, 0, 0, 0.2),
        2px 2px 2px rgba(0, 0, 0, 0.15),
        3px 3px 3px rgba(0, 0, 0, 0.1);
}

.products-section-descriprion {
    padding-left: 40px !important;
}

.products-section-descriprion-row {
    margin-bottom: 40px;
}

.products-section-descriprion h1 {
    margin-top: 0 !important;
    line-height: 1;
}

.products-section-descriprion .products-root-page-preview-buttons {
    margin-top: 0;
    margin-bottom: 0;
    justify-content: flex-start;
}

.products-section-descriprion .products-root-page-preview-buttons a {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .press__wrapper>.grid-row:first-child::before {
        display: none !important;
    }

    .press__wrapper>.grid-row:first-child {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .products-root-page-preview-buttons {
        flex-direction: column;
    }

    .products-root-page-preview-buttons a {
        width: 100%;
        /* margin-bottom: 10px; */
    }

    .products-root-page-preview-buttons a:last-child {
        margin-bottom: 0;
    }
}

.col-md-9.kdx_catalog_filter_wrapper {
    padding-left: 50px;
}

.col-md-9.kdx_catalog_filter_wrapper>.grid-row:first-child>.grid-row {
    display: flex;
    flex-wrap: wrap;
}

.catalog-grid__item {
    margin-bottom: 50px !important;
}

.catalog-grid__item .product {
    height: auto;
    margin-bottom: 20px;
}

.catalog-grid__item .product:hover {
    box-shadow: none !important;
}

.catalog-grid__item .product a.product__link {
    box-shadow: none !important;
    height: auto;
    text-decoration: none !important;
}

.catalog-grid__item .product .product__image-wrapper {
    /* width: 200px; */
    height: 200px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-grid__item .product .product__image {}

.catalog-grid__item .product:hover .product__image-wrapper {
    border: 1px solid #f39600;
}

.catalog-grid__item .product .product__info {
    margin-top: 20px;
    text-align: left;
    padding: 0;
    padding-top: 20px;
    position: relative;
    text-decoration: none !important;
}

.catalog-grid__item .product .product__info .product__title {
    text-align: left;
    /* font-family: 'FF Good Pro'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none !important;
}

.catalog-grid__item .product .product__info .product__desc {
    margin-top: 15px;
    text-align: left;
    text-decoration: none !important;
    /* font-family: 'PT Sans'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    display: -webkit-box;
    /* Включаем флексбокс-модель (для старых браузеров) */
    -webkit-box-orient: vertical;
    /* Вертикальное направление содержимого */
    -webkit-line-clamp: 2;
    /* Ограничиваем количество строк */
    overflow: hidden;
    /* Скрываем всё, что выходит за границы */
    text-overflow: ellipsis;
    /* Добавляем троеточие */
    line-height: 1.3;
    /* Желательно явно указать line-height */
    max-height: calc(2 * 1.3em);
}


/*  */
.button-more-arrow a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-size: 20px;
}

.button-more-arrow a:hover {
    color: #f39600;
    transition: all ease .3s;
}

.button-more-arrow a svg {
    transition: all ease .3s;
    color: #000;
}
.button-more-arrow a svg path{
    fill: #000;
    transition: all ease .3s;
}

.button-more-arrow a:hover svg {
    color: #f39600;
}
.button-more-arrow a:hover svg path{
    fill: #f39600;
}



@media (max-width: 420px) {
    .product-section_title_wrapper {
        flex-direction: column;
    }
    .products-root-page-preview-buttons{
        margin: 0 auto;
        width: 90%;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/products/bitrix/catalog.section.list/.default/style.css?1750110446752*/
.description-box-for-series{
	margin-bottom : 30px;
}
.description-box-for-series .slider-product-main-wrapper{
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}
.description-box-for-series .slider-product-main{
	width : 250px !important;
	height : 250px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-heading {
	display : none;
}

h1 {
	margin-top: 0;
}

.slider-product-main,
.product__image-wrapper{
	position: relative;
}
.product__image_gisp{
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: 40px;
}


.grid-row-school{
	width: 100%;
	display: grid;
	gap:15px;
	grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 50px;
}
.grid-row-school img{
	width: 100%;
}
/* End */
/* /products/style.css?17521868636461 */
/* /local/templates/.default/components/bitrix/catalog/products/bitrix/catalog.section.list/.default/style.css?1750110446752 */
