

/* Start:/local/templates/mlux/components/bitrix/catalog/main/style.css?1779111394448*/
.catalog-listing {
  display:flex;
  gap:15px;
  & .bx-filter {
    flex:1;
    align-self: flex-end; /* <-- this is the fix */
    position: sticky;
    bottom:0;
    & .bx-filter-section {
      background:#F3F2F7!important;
      border-radius: 10px;
    }
  }
  & #catalogBlock {
    flex:3;
  }
}

.bx-filter .bx-filter-parameters-box {
  padding:0 20px;
}

@media(max-width:1199.98px) {
  .catalog-listing {
    flex-direction: column;
  }
}

/* End */


/* Start:/local/templates/mlux/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?177911139421645*/
.catalog-detail {
    font-size:16px;
    & ul {
        padding:0;
    }
}

.showall.btn.main_btn.second {
    background:#000;
    &.hide {
        background:#fff;
        border:2px #000 solid;
        & span {
            color:#000;
        }
    }
}

#item-pic .slick-slider .slick-track,
#item-pic .slick-slider .slick-list {
  align-items: center!important;
  display: flex;
}

#detail-bottom #products-slider .products-slider .slick-dots {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin-top: 14px !important;
}

@media (min-width:768px) {
    #detail-middle {
        padding-top: 1.25rem !important;
    }
}

.statustype {
    font-size:16px;
    font-weight:700;
    color:#000;
}
.statustype.available {
    color:#3AAA35;
}
.statustype.preorder {
    color:#004E92;
}
.statustype.not-available {
    color:#ff0024 !important;
}

#item-gal .slick-slide .slide.mini-thumb {
    display:flex!important;
    flex-direction: column;
    align-items: center;
    padding:10px 0;
}

#item-gal .slick-slide.slick-current.slick-center .slide.mini-thumb {
    border: 2px #013066 solid;
}

.props-wrapper {
    display:flex;
    flex-wrap: wrap;
    gap:15px;
    align-items: start;
    justify-content: space-between;
    & .char_block {
        width:100%;
        display:none;
    }
    & .char_block[data-order="0"] {
        display:block;
    }
}

.char_block .char_title, #item-chars .char-title {
    color:#A5A5A6;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size:16px;
    font-weight:700;
}

.char_block li, #item-chars li {
    display: grid;
    justify-content: space-between;
	grid-template-columns:6fr 4fr;
    & span {
        font-size:14px!important;
        flex:1;
        line-height: 25px;
    }
}

.char_block .prop-name {
    color:#58585A;
    font-weight:700;
    font-size:16px;
}

.char_block .prop-value, #item-chars .prop-value {
    flex-grow: 1;
    text-align: left;
    display: flex;
    color:#000;
    font-weight:700;
    font-size:16px;
    flex:1;
}

.char_block .prop-name {
    background: white;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: 0 7px;
    background-repeat: repeat-x;
}


#item-chars .prop-name:before {
    content:'';
    background: repeating-linear-gradient(to right, #E5E5E5, #E5E5E5 1px, transparent 2px, transparent 4px);
    height: 1px;
    flex-grow: 1;
    display: inline-block;
    margin-top: 1em;
}

.tabname {
    color:#000!important;
    background:transparent!important;
    border-radius:0!important;
    border:0!important;
    padding:15px 20px!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:normal;
    margin-right:10px;
    &.active {
      border:none!important;
        border-bottom:5px solid #1E1E1E!important;
    }
}

#item-pic .slick-main img {
    max-height:350px;
    width: 100%;
    object-fit: contain;
    margin:0 auto;
}

h4 {
    font-size:20px;
    margin:30px 0;
}

.manuals-list li {
    list-style-type: none;
    line-height: 40px;
}

a.file-icon {
    color:#000;
    font-size:14px;
    font-weight:600;
    padding-left:40px;
    text-decoration: none;
    position: relative;
}

a.file-icon:before {
    content:"";
    width:32px;
    height:32px;
    background:url("/images/pdf.svg") center no-repeat;
    background-size:contain;
    position: absolute;
    left:0;
}

.tech-list .tech-block {
    margin:30px 0;
    font-size:16px;
    /* background:#1E1E1E; */
    /* color:#fff; */
    & .col-md-9 {
      padding:30px;
    }

    &.reverse {
        flex-direction: row-reverse;
    }

    & img {
        border-radius: 20px;
        object-fit: cover;
    }
}

.tech-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: start;
    filter:grayscale();
}

.tech-list .tech-name {
    display:block;
    font-weight:700;
    margin-bottom:30px;
}

.images_wrapper {
    position: relative;
    display:flex;
    justify-content: space-around;
    flex-direction: column;
    gap:15px;

    & .dops_wrapper {
        position: absolute;
        top: 15px;
        left: 15px;
        display: flex;
        flex-direction: column;
        font-size: 12px;
        gap: 10px;
        z-index: 9;

        & .item {
            display: flex;
            align-items: center;
            padding: 4px 8px;
            border-radius: 15px;
            gap: 4px;

            &.in_stock {
                color: #fff;
                font-weight: 600;
                background-color: #2F6B4F;
            }

            &.in_stock span:first-child {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 14px;
                height: 14px;
                border-radius: 50%;
                border: 1px solid rgba(255, 255, 255, 0.75);
                overflow: hidden;
            }

            &.in_stock span:first-child img {
                width: 10px;
                height: 10px;
                filter: brightness(0) invert(1);
                object-fit: contain;
            }

            &.out_stock {
                color: #8A6F55;
                background-color: #F2F2F2;
            }

            &.new {
                color: #DC4338;
                font-weight: 700;
                background-color: #FEEDEC;
            }

            &.hit {
                color: #fff;
                font-weight: 700;
                background-color: #C49A5A;
            }

            &.sellout {
                color: #8A6F55;
                font-weight: 700;
                border: 1px solid #8A6F55;
                background-color: #fff;
            }
        }
    }
}

#detail-middle .images_wrapper .dops_wrapper .item.hit::before {
    content: "★";
    font-size: 10px;
    line-height: 1;
}

#detail-middle .images_wrapper .dops_wrapper .item.sellout::before {
    content: "◈";
    font-size: 10px;
    line-height: 1;
}

.thumbnail.vid {
    position: relative;
    &:before {
        content:"";
        width: 100%;
        height: 100%;
        background: url('/images/videoicon.svg') center no-repeat;
        position: absolute;
        background-size: 60px;
        pointer-events: none;
    }
}

.thumb.vid.icon img {
    max-width:65px;
}

#detail-middle .char-name {
    color:#A5A5A6;
    font-size:16px;
    font-weight:700;
}
#detail-middle .char-value {
    font-weight:700;
}
#detail-middle .item-name {
    font-weight:700;
}
#detail-middle .price-value {
    font-size:20px;
    font-weight:700;
    line-height: 40px;
}
#detail-middle .item-preview {
    font-weight:700;
}

#item-chars, #item-callback {
    height:-webkit-max-content;
    height: max-content;
    margin:10px 0;
}

#item-callback {
    background:url('/images/ask.svg') 90% no-repeat;
    line-height:1.7;
    padding:30px;
    & a {
        color:#000;
    }
}

#item-chars ul {
    list-style-type: none;
}

#item-chars .prop-name {
    color:#A5A5A6;
    font-weight:700;
}

.top-action {
    display:flex;
    gap:20px;
    justify-content: start;
    & a {
        color:#000;
        text-decoration: none;
        font-weight:700;
        &:hover {
            color:gray;
        }
    }
}

.faq.about_block:nth-of-type(2n+1) {
    margin-left:2em;
    background:#FAFAFA;
}

.faq .ask-owner {
    color:#727272;
    font-weight:700;
}
.faq .ask-date {
    font-size:12px;
    color:#727272;
    font-weight:700;
}

.showall {
    position: relative;
    & a {
        font-size:14px;
        text-transform: uppercase;
        color:gray;
        text-decoration: none;
        padding: 10px;
        z-index: 0;
        font-weight: 700;
        top:0;
        transition: all 0.3s ease;
        position: relative;
        width:100%;
        display:block;
        & span {
            z-index: 1;
            border-radius:10px;
            color:#fff;
        }
    }
}

.buy-block, .item-callback {
  background: #F3F2F7;
  padding:30px;
  border-radius:8px;
}

#mobile-cart-container {display: none;}

.fancybox__content img {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.card-info {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    padding-top: 20px;
    gap: 10px;

    & .list-item {
        display: flex;
        align-items: center;
        gap: 15px;
    }
}

#detail-bottom .detail-text[data-detail-text-collapsible] {
    position: relative;
    transition: max-height 0.25s ease;
}

#detail-bottom .detail-text[data-detail-text-collapsible].is-collapsed {
    max-height: 340px;
    overflow: hidden;
}

#detail-bottom .detail-text[data-detail-text-collapsible].is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
}

#detail-bottom .detail-text-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 12px 0 18px;
    padding: 0 18px;
    border: 1px solid #E4DDD3;
    border-radius: 999px;
    background: #fff;
    color: #8A6F55;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

#catalog-brands-mobile-target {
    margin-top: 28px;
}

@media (min-width: 768px) {
    #detail-middle {
        align-items: flex-start;
    }

    #detail-middle #item-pic .images_wrapper > .dops_wrapper {
        position: static;
        top: auto;
        left: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        margin: 0 0 6px;
        z-index: auto;
    }

    #detail-middle #item-pic .images_wrapper {
        background: #F7F6F3;
        border: 1px solid #ECE6DD;
        border-radius: 16px;
        padding: 16px;
        gap: 12px;
    }

    #detail-middle #item-pic .slick-main {
        background: #fff;
        border-radius: 12px;
        padding: 10px;
    }

    #detail-middle #item-pic .slick-main img {
        max-height: 360px;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    #detail-middle #item-gal .slide.mini-thumb img {
        border-radius: 10px;
    }
}

@media (min-width: 1025px) {
    .breadcumbs .col-md-10 > h1 {
        width: 100%;
        max-width: 100%;
        font-size: clamp(30px, 2vw, 40px) !important;
        line-height: 1.06;
        letter-spacing: 0;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
    }

    #detail-middle #item-pic .images_wrapper {
        background: transparent;
        border: 0;
        border-radius: 0;
        padding: 0;
        gap: 14px;
    }

    #detail-middle #item-pic .images_wrapper > .dops_wrapper {
        margin: 0 0 10px;
        gap: 10px;
    }

    #detail-middle #item-pic .images_wrapper > .dops_wrapper .item {
        padding: 6px 14px;
        border-radius: 999px;
        gap: 6px;
        font-size: 15px;
        line-height: 1.1;
    }

    #detail-middle #item-pic .images_wrapper > .dops_wrapper .item.in_stock span:first-child {
        width: 16px;
        height: 16px;
    }

    #detail-middle #item-pic .images_wrapper > .dops_wrapper .item.in_stock span:first-child img {
        width: 11px;
        height: 11px;
    }

    #detail-middle #item-pic .slick-main {
        background: transparent;
        border-radius: 0;
        padding: 0;
    }

    #detail-middle #item-pic .slick-main img {
        max-height: 460px;
    }

    #detail-middle #item-gal .slick-slide .slide.mini-thumb {
        padding: 0 4px;
        border-radius: 10px;
    }

    #detail-middle #item-gal .slide.mini-thumb img {
        width: 84px;
        height: 84px;
        object-fit: cover;
        border: 1px solid #E4DDD3;
        border-radius: 10px;
    }

    #detail-middle #item-gal .slick-slide.slick-current.slick-center .slide.mini-thumb {
        border: 1px solid #8A6F55;
    }
}

/* Стилизация блока Комплекты */
#detail-complect {
    position: relative;
    border: 1px solid #D3BFAA;
    border-radius: 8px;
    padding: 20px;
}

@media (min-width:1025px) {
    #detail-bottom #navbar-detail {
        top: 125px !important;
    }
}

@media (max-width:1024px) {

  #navbar-detail {
    top:65px!important;
  }

    .breadcumbs .col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .breadcumbs .col-md-10 > h1 {
        width: 100%;
        max-width: 100%;
        font-size: clamp(22px, 4.8vw, 30px) !important;
        line-height: 1.08;
        letter-spacing: 0;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
        margin: 10px 0 0 !important;
    }

    .catalog-detail > .row:first-child .article {
        display: none !important;
    }

    #detail-middle #item-pic .slick-main img {
        max-height: clamp(240px, 66vw, 320px);
        width: 90% !important;
        max-width: 90% !important;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
    }

    #detail-bottom .goods-list #products-slider .products-slider .slick-list {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    #detail-bottom .goods-list #products-slider .slide-item {
        padding-left: 0 !important;
    }

    #detail-bottom .goods-list #products-slider .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #detail-bottom .goods-list #products-slider .col-md-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .buy-block, .item-callback {
      padding:15px;
    }

    .faq.about_block:nth-of-type(2n+1) {
        margin-left:0!important;
        background:#FAFAFA;
    }

	.detail-props .props-wrapper {
		display:flex;
		flex-direction:column;
	}
	.navbar .nav-pills {
		gap:10px;
		& .nav-item {
			flex:1;
			text-align:center;
		}
	}
	.infopage {
		padding:20px;
	}
}

@media screen and (max-width: 600px) {

    html,
    body {
        overflow-x: clip;
    }
    .breadcumbs .col-md-10 > h1 {
        width: 100%;
        max-width: 100%;
        font-size: clamp(21px, 5.8vw, 24px) !important;
        line-height: 1.1;
        letter-spacing: 0;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
        margin: 12px 0 !important;
    }

    #navbar-detail {
        top: var(--catalog-mobile-header-offset, 118px) !important;
        margin-bottom: 10px;
        padding-bottom: 6px;
        z-index: 1001;
    }

    #navbar-detail .nav {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
        padding: 0 0 2px;
    }

    #navbar-detail .nav .nav-item {
        flex: 0 0 auto !important;
    }

    #navbar-detail .tabname {
        padding: 10px 16px !important;
        font-size: 16px !important;
        white-space: nowrap;
    }

    #detail-bottom #desc,
    #detail-bottom #chars,
    #detail-bottom #manuals,
    #detail-bottom #goods,
    #detail-bottom #tech {
        scroll-margin-top: calc(var(--catalog-mobile-header-offset, 118px) + 64px);
    }

    #detail-bottom .detail-desc-article {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 6px;
        margin: 0 0 12px;
        color: #8A6F55;
        font-size: 16px;
        line-height: 1.3;
    }

    #detail-bottom .detail-desc-article .char-name {
        color: #A5A5A6;
        font-weight: 600;
    }

    #detail-bottom .detail-desc-article .char-value {
        color: #2C241C;
        font-weight: 700;
    }

    #detail-bottom .detail-text[data-detail-text-collapsible] {
        position: relative;
        transition: max-height 0.25s ease;
    }

    #detail-bottom .detail-text[data-detail-text-collapsible].is-collapsed {
        max-height: 260px;
        overflow: hidden;
    }

    #detail-bottom .detail-text[data-detail-text-collapsible].is-collapsed::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 56px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
        pointer-events: none;
    }

    #detail-bottom .detail-text-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        margin: 12px 0 18px;
        padding: 0 18px;
        border: 1px solid #E4DDD3;
        border-radius: 999px;
        background: #fff;
        color: #8A6F55;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
    }

    #item-pic .images_wrapper {
        background: transparent !important;
        height: auto;
        min-height: 0;
    }

    #item-pic .slick-main {
        background: transparent !important;
    }

    #item-pic .slick-main img {
        max-height: clamp(240px, 66vw, 300px);
        width: 90% !important;
        max-width: 90% !important;
        height: auto;
    }

    .catalog-detail > .row:first-child .article,
    .breadcumbs .col-md-2.text-end .article {
        display: none !important;
    }

    #item-pic .images_wrapper {
        gap: 10px;
    }

    #item-pic .images_wrapper > .dops_wrapper {
        position: static;
        top: auto;
        left: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0 2px;
    }

    #item-pic .dops_wrapper.article-under-photo {
        display: none !important;
    }

    #detail-bottom #products-slider,
    #detail-bottom #products-slider .row,
    #detail-bottom #products-slider .col-md-12,
    #detail-bottom #products-slider .products-slider,
    #detail-bottom #products-slider .slick-list,
    #detail-bottom #products-slider .slick-track,
    #detail-bottom #products-slider .slick-slide,
    #detail-bottom #products-slider .slide-item {
        background: transparent !important;
    }

    #detail-bottom .goods-list #products-slider .col-md-12,
    #detail-bottom .goods-list #products-slider .products-slider,
    #detail-bottom .goods-list #products-slider .products-slider .slick-list,
    #detail-bottom .goods-list #products-slider .products-slider .slick-track,
    #detail-bottom .goods-list #products-slider .products-slider .slick-slide,
    #detail-bottom .goods-list #products-slider .slide-item {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    #detail-bottom .goods-list #products-slider .products-slider .slick-track {
        align-items: flex-start !important;
    }

    #detail-bottom .goods-list #products-slider .products-slider {
        width: calc(100vw - 48px) !important;
        max-width: none !important;
    }

    #detail-bottom .goods-list #products-slider .products-slider .slick-list {
        margin-left: -15px !important;
        width: calc(100% + 15px) !important;
        max-width: none !important;
        padding-right: 0 !important;
    }

    #detail-bottom .goods-list #products-slider .products-slider .slick-slide {
        padding-left: 0 !important;
    }

    #detail-bottom .goods-list #products-slider .decoracia-product-card__body {
        padding: 8px 8px 7px !important;
        gap: 4px !important;
        min-height: 118px !important;
    }

    #detail-bottom .goods-list #products-slider .decoracia-product-card__price-block {
        flex-direction: row !important;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 6px !important;
    }

    #detail-bottom .goods-list #products-slider .decoracia-product-card__price-meta {
        gap: 4px !important;
        min-height: 0 !important;
    }

    #detail-bottom .goods-list #products-slider .decoracia-product-card__footer {
        gap: 6px !important;
    }

    #detail-bottom #products-slider .products-slider .slick-dots {
        margin: 14px 0 18px !important;
    }

    #mobile-cart-container {
        position: fixed;
        bottom: 76px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100vw;
        max-width: 100vw;
        z-index: 999;
        overflow-x: clip;
    }

    .bottom-icons-panel,
    .bottom-icons-panel__content,
    .nca-cookiesaccept-line.style-3 {
        width: 100vw !important;
        max-width: 100vw !important;
        overflow-x: clip !important;
    }

    #mobile-cart-container .cloned-cart-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 24px);
        max-width: 560px;
        min-height: 52px;
        border-radius: 45px;
        box-shadow: 0 10px 24px rgba(22, 18, 14, 0.18);
    }

    #catalog-brands-mobile-target {
        margin-top: 18px;
    }

    #catalog-brands-mobile-target .catalog-brands {
        overflow: visible !important;
    }

    #catalog-brands-mobile-target .catalog-element._brands {
        width: 100% !important;
        min-width: 0 !important;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    #catalog-brands-mobile-target .catalog-element._brands .item {
        flex: 0 0 auto;
    }

}

/* End */


/* Start:/local/templates/mlux/css/light.css?1765204033691*/
.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}
/* End */


/* Start:/local/templates/mlux/css/flexslider.css?17652040336940*/
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/local/templates/mlux/css/fonts/flexslider-icon.eot');
  src: url('/local/templates/mlux/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/local/templates/mlux/css/fonts/flexslider-icon.woff') format('woff'), url('/local/templates/mlux/css/fonts/flexslider-icon.ttf') format('truetype'), url('/local/templates/mlux/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* End */
/* /local/templates/mlux/components/bitrix/catalog/main/style.css?1779111394448 */
/* /local/templates/mlux/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?177911139421645 */
/* /local/templates/mlux/css/light.css?1765204033691 */
/* /local/templates/mlux/css/flexslider.css?17652040336940 */
