

/* Start:/local/templates/mlux/components/bitrix/news/brands-complex/bitrix/news.detail/.default/style.css?1767008328402*/
#top_content .row {
    background-size:cover!important;
    background-position: center;
    min-height: 530px;
}

#top_content .brand-preview {
    min-height:180px;
    background:rgba(255,255,255,.3);
    backdrop-filter:blur(5px);
    border-radius:10px;
    padding:30px;
    font-size:16px;
    font-weight:700;
}

@media(max-width:990px) {
	#top_content .row {
	min-height:200px!important;
	}
}
/* End */


/* Start:/local/templates/mlux/components/bitrix/news.list/list_horizontal/style.css?1766587796569*/
.newsitem {
    background:#000;
    color:#fff;
    margin:15px 0;
    display: flex!important;
    justify-content: start;
}

.newsitem .left-side, .newsitem .right-side {
    flex:1;
}

.newsitem img {
    border-radius:0px;
}

.newsitem a {
    color:#fff;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
}

.newsitem .news-link {
    margin:20px 0;
    display:block;
}

.newsitem .news-date-time {
    color:#A2A3A1;
    font-size:16px;
    font-weight:700;
}

@media (max-width:1024px) {
    .newsitem {
        flex-direction:column;
    }
}

/* End */


/* Start:/local/templates/mlux/components/bitrix/catalog.section.list/index_sections/style.css?17659798121813*/
.sections {
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	flex-direction:column;
}

.sections .section {
	width:100%;
	gap:15px;
}

.section .section_inner .section-info {
  position: relative;
  transition:all 0.5s ease;
  right:0;
}

.section .section_inner:hover .section-info {
	transition:all 0.5s ease;
  position: relative;
  background:#CB1F0F;
}

.section .section_inner {
    z-index:0;
    background-size:cover;
	background-position:center;
    min-height:240px;
    color:#fff;
    border-radius:10px;
    position: relative;
    overflow: hidden;
    padding:20px;
    background-color:#999;
    cursor: pointer;
	transition:all 0.5s ease;
}

#section_title a {
    color:#727272;
    font-size:18px;
    line-height: 19.6px;
    letter-spacing: 0;
}

.section .section_inner .section-info {
    background:#000;
    border-radius:10px;
    color:#fff;
    display: inline-block;
    padding: 5px 15px;
}

.section .shadow:before {
    content:"";
    background:rgba(0,0,0,.4);
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    display: block;
    z-index: 0;
}

.section {
    position: relative;
}

.section .section-name {
    font-size:16px;
    font-weight:600;
    width:auto;
}

.section a {
    color:#fff;
    text-decoration: none;
    display: block;
}

.link-dark {
    text-decoration: none;
}

.arrow-right {
    width:25px;
    height:20px;
    background: url("/images/angle-right.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width:1200px) {
	.sections .sections-row {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
}

@media(min-width:1200px) {
	.sections .sections-row {
		display:grid;
		gap:15px;
		width:100%;
		grid-template-columns:repeat(3,1fr);
	}
}

/* End */


/* Start:/local/templates/mlux/components/bitrix/catalog.section/products_slider/style.css?17657928401477*/
.product-card {
    padding:0 15px;
    font-family: "Helvetica Neue";
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
    gap:15px;
    height:100%;
    position: relative;
}
.product-card .actions {
    position:relative;
    top:0;
    display: flex;
    gap:5px;
}
.product-card .in_stock {
    color:#3AAA35;
    font-weight:700;
    font-size:16px;
}
.product-card .out_stock {
    color: red;
}

.product-card .product-name a {
    color:#000;
    font-size:18px;
    font-weight:500;
    text-overflow: ellipsis;
    max-height: 100px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-decoration: none;
    &:hover {
        text-decoration: underline;
    }
}

.product-card .product-info {
    min-height:160px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-card .product-price {
    font-size:20px;
    font-weight:700;
}

.product-card .product-desc {
    color:#727272;
    font-size:16px;
    font-weight:500;
}
.product-card .product-buttons {
    width:100%;
    display: flex;
    gap:10px;
}
.product-card i.fa {
    font-size:18px;
}

.product-card .product-image {
    min-height:280px;
    display: flex;
    align-items: center;
}

.products-slider .slick-track
{
    display: flex !important;
}

.products-slider .slick-slide
{
    height: inherit !important;
}

/* End */
/* /local/templates/mlux/components/bitrix/news/brands-complex/bitrix/news.detail/.default/style.css?1767008328402 */
/* /local/templates/mlux/components/bitrix/news.list/list_horizontal/style.css?1766587796569 */
/* /local/templates/mlux/components/bitrix/catalog.section.list/index_sections/style.css?17659798121813 */
/* /local/templates/mlux/components/bitrix/catalog.section/products_slider/style.css?17657928401477 */
