

/* Start:/local/templates/mlux/components/bitrix/news.list/main_slider/style.css?17669302381796*/
.slide-item {
    background-position: center;
    background-size: cover!important;
    width:100%;
    min-height:520px!important;
    /*display: flex!important;;*/
    align-items: center;
    gap:15px;
    position: relative;
    cursor:grab;
}

.slick-slide > div {
	max-height:520px;
}

.slide-item.light .shadow {
    position: absolute;
    left:0;
    top:0;
    /*background:rgba(0,0,0,.4);*/
    width: 100%;
    height:100%;
    content:"";
    z-index: 0;
    pointer-events: none;
}

.slide-item .container {
    z-index: 1;
}

.slide-item .banner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor:default;
    position: absolute;
    bottom:15px;
}

.slide-item .banner-name {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	font-family: "Montserrat";
	text-transform:uppercase;
}
.slide-item a {
    text-decoration: none;
}
.slide-item .pretext {
    color:#000;
	opacity:.5;
    font-weight:600;
	font-size:10px;
	line-height:14px;
	letter-spacing:1.8px;
	text-transform:uppercase;
}
.slide-item .banner-text {
    color:#fff;
    font-size:16px;
    font-weight:500;
    text-transform: uppercase;
    font-family:"Helvetica Neue";
    padding:10px 0;
}
.slide-item .banner-buttons {
    display:flex;
    flex-direction: row;
    padding-top:15px;
}

.slide-item .banner-buttons a:nth-of-type(1) {
    margin-right:15px;
}

.slide .slick-dots {
    bottom:25px;
}

.slide .slick-dots li.slick-active button:before {
    color:#fff;
    opacity:1;
}

.slick-dots li button:before {
    font-size:11px;
}

.slick-dots li button:before {
    color:#D9D9D9;
}

@media (max-width:1024px) {

	.slide-item .banner-name {
		font-size:30px;
		line-height:35px;
	}
	.slide-item .banner-text {
		font-size:14px;
	}
}

/* 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 */


/* 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/news.list/brands_slider_category/style.css?1767695236413*/
.bx-brandslist .row {
    position: relative;
}

.bx-brandslist .brand-name-detail li {
    list-style-type:none;
}

.bx-brandslist .brand-name-detail ul {
    padding:0;
}

.bx-brandslist .brand-name-detail li a {
    font-size:14px;
    font-weight:600;
    color:#000;
    text-decoration:none;
    &:hover {
        text-decoration: underline;
    }
}

.brand-name {
    display:block;
    font-weight:600;
}

/* End */


/* Start:/local/templates/mlux/components/bitrix/news.list/sales-slider/style.css?1766418952510*/
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;
}

.news-item {
	padding:10px;
}

.news-item:hover a {
	text-decoration:underline;
}

.news-item a {
	color:#000;
	font-weight:500;
	text-decoration:none;
}

.news-item img {
	border-radius:10px;
}

.news-date-time {
	color:#000;
	display:block;
	padding:10px 0;
}

a.read_more {
    color:#727272;
    font-size:14px;
}

.news-item .preview {
	color: #727272;
}
/* End */


/* Start:/local/templates/mlux/components/bitrix/news.list/news-slider/style.css?1766396455510*/
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;
}

.news-item {
	padding:10px;
}

.news-item:hover a {
	text-decoration:underline;
}

.news-item a {
	color:#000;
	font-weight:500;
	text-decoration:none;
}

.news-item img {
	border-radius:10px;
}

.news-date-time {
	color:#000;
	display:block;
	padding:10px 0;
}

a.read_more {
    color:#727272;
    font-size:14px;
}

.news-item .preview {
	color: #727272;
}
/* End */
/* /local/templates/mlux/components/bitrix/news.list/main_slider/style.css?17669302381796 */
/* /local/templates/mlux/components/bitrix/catalog.section/products_slider/style.css?17657928401477 */
/* /local/templates/mlux/components/bitrix/catalog.section.list/index_sections/style.css?17659798121813 */
/* /local/templates/mlux/components/bitrix/news.list/brands_slider_category/style.css?1767695236413 */
/* /local/templates/mlux/components/bitrix/news.list/sales-slider/style.css?1766418952510 */
/* /local/templates/mlux/components/bitrix/news.list/news-slider/style.css?1766396455510 */
