

/* Start:/local/templates/main/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17592307332643*/
.main-detail {
    padding-top: 1.875rem;
}

.article-body {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
    color: #222222CC !important;
    font-family: "Inter", sans-serif !important;
}

h2 {
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    font-size: 1.75rem !important;
    color: #222222 !important;
    margin-top: .625rem !important;
}

.img-container-detail-catalog {
    border-radius: 1.875rem;
    background-color: #FAFAFA;
    display: flex;
    align-self:center;
}

.article-buttons {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    margin-top: 3.125rem;
}

.article-buttons span {
    font-family: "Inter", sans-serif;
    font-size: 1.375rem;
    color: #222222CC;
}

.leave-request-btn {
    color: #FFF;
    font-size: 1.125rem;
    font-family: "Inter", sans-serif;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: .9375rem;
    background-image: linear-gradient(to right,rgba(9, 46, 71, 1), rgba(0, 120, 184, 1));
    background-size: 200% 100%;
    background-position: left;
    transition: background-position 0.5s ease;
}
/* Ховер-эффект: меняем направление градиента */
 .leave-request-btn:hover {
    background-position: right;
}


.blog_date{
	color: rgb(143 143 143); 
    font-weight: 500;
    margin-bottom: 15px;
}



.entry-meta {
    display: flex;
    flex-wrap: wrap; 
    justify-content: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 3px solid #f2f2f2;
}

.entry-label {
    display: block;
    text-transform: uppercase;
    font-size: .75em;
    color: #666;
    font-weight: 400;
    white-space: wrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.entry-icon i{
	font-size: 29px;
    padding: 5px 10px 0px 0px;
    color: #464646;
}


@media (min-width: 992px){

	.entry-text{
		display: flex;
		padding-right: 40px;
	}

}

@media (max-width: 992px){

	.entry-text{
		display: flex; 
	}
	
	.entry-text {
		flex: 0 0 50%;
		padding-right: 20px;
		margin-bottom: 10px;
	}

}

@media (max-width: 576px){
    .article-body {
        font-size: .9375rem !important;
        line-height: 1rem !important;
        letter-spacing: -0.04rem;
    }

    h2 {
        font-size: 1.375rem !important;
        color: #222222 !important;
        margin-top: .625rem !important;
    }

    .leave-request-btn {
        font-size: 1rem;
        padding: 0.5rem 0.75rem;
        border-radius: .625rem;
    }

    .article-buttons span {
        font-size: 1.125rem;
    }
}

 

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/catalog/style.css?17594900113890*/
.products-catalog {
    padding: 3.75rem 0rem 6.25rem 0rem;
}

.section-catalog-name h2 {
    font-weight: 500;
    font-size: 2.375rem;
    color: #222222;
    letter-spacing: -0.0313rem;
}

.availability-badge {
    position: absolute;
    background-color: #1b7fd1; /* зеленый цвет */
    color: white;
    padding: .5625rem .75rem;
    border-radius: 0rem 0rem .625rem 0rem;
    font-size: .75rem;
    font-weight: 400;
    z-index: 10;
}

.availability-badge.out-of-stock {
    background-color: #A3A3A3; /* красный для отсутствия товара */
    content: "Нет в наличии";
}

.full-catalog-button {
    border: .0625rem solid #1C4D96 !important;
    font-size: clamp(.875rem, 1vw, 1.125rem) !important;
    color: #1C4D96 !important;
    padding: clamp(.2313rem, 1vw, 1.1563rem) clamp(.4188rem, 1.7vw, 2.0938rem) !important;
    border-radius: .9375rem !important;
}

.full-catalog-button:hover {
    background-color: #1C4D96 !important;
    color: #fff !important;
}

/* Для svg-иконки стрелки внутри кнопки */
.full-catalog-button:hover svg {
    fill: #fff !important;
    stroke: #fff !important;
}

/* Для img-иконки стрелки внутри кнопки */
.full-catalog-button:hover img {
    filter: brightness(0) invert(1) !important;
}

.catalog-detailed-btn {
    border: solid .0625rem #092E47 !important;
    border-radius: .9375rem !important;
    padding: .875rem .875rem !important;
    color: #092E47 !important;
}

.catalog-detailed-btn:hover {
    background-color: #092E47 !important;
    color: #fff !important;
}

/* Для svg-иконки стрелки внутри кнопки */
.catalog-detailed-btn:hover svg {
    fill: #fff !important;
    stroke: #fff !important;
}

/* Для img-иконки стрелки внутри кнопки */
.catalog-detailed-btn:hover img {
    filter: brightness(0) invert(1) !important;
}

.catalog-card {
    position: relative !important;
    border-radius: 1.875rem !important;
    background-color: #F6F6F6 !important;
    overflow: hidden !important;
}


.catalog-card-title {
    text-decoration: none !important;
    color: #222222 !important;
    font-size: clamp(1rem, 1.09vw, 1.3125rem) !important;
    font-weight: 500 !important;
    line-height: 110%;
}

.catalog-card-text {
    font-size: clamp(.8125rem, 0.8vw, 1rem) !important;
    line-height: clamp(1rem, 1.1vw, 1.375rem) !important;
    color: #222222CC !important;
    text-overflow: ellipsis !important;
    overflow:hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    flex-grow: 1 !important;
}


.catalog-request-btn {
    border: none !important;
    color: #FFFFFF !important;
    font-size: 1.125rem  !important;
    border-radius: .9375rem !important;
    padding: .7813rem 1.8438rem !important;
    font-family: "Inter", sans-serif !important;
    background-image: linear-gradient(to right,rgb(114, 0, 0), rgb(209, 0, 0)) !important;
    background-size: 200% 100% !important;
    background-position: left !important;
    transition: background-position 0.5s ease !important;
}



.catalog-request-btn:hover {
    background-position: right !important;
}


.card-body {
    text-decoration: none !important;
    padding: .625rem clamp(.625rem, 1.5vw, 1.875rem) clamp(.625rem, 1.5vw, 1.875rem) clamp(.625rem, 1.5vw, 1.875rem) !important;
}

.catalog-card {
    height: 100% !important;
}

.catalog-card-buttons {
    width: 100%;
    margin-top: 1.875rem;
}

@media (max-width: 768px) {
    .products-catalog {
        padding: 2rem 0rem 3rem 0rem;
    }

    .section-catalog-name h2{
        font-size: 1.875rem;
    }
}

@media (max-width: 576px) {
    .full-catalog-button {
        border-radius: .625rem !important;
    }
}


/* End */
/* /local/templates/main/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17592307332643 */
/* /local/templates/main/components/bitrix/news.list/catalog/style.css?17594900113890 */
