

/* Start:/local/templates/mlux/components/bitrix/catalog/main/style.css?1765908586444*/
.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:990px) {
  .catalog-listing {
    flex-direction: column;
  }
}

/* End */


/* Start:/local/templates/mlux/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?17715826066132*/
.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;
        }
    }
}

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

.slick-dots {
    bottom:unset!important;
}

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

#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 img {
    max-height:350px;
    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;
    }
}

.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 {
    display:flex;
    justify-content: space-around;
    flex-direction: column;
    gap:15px;
}

.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;
}

@media (max-width:1024px) {

  #navbar-detail {
    top:65px!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;
	}
}

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


/* 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/catalog/main/style.css?1765908586444 */
/* /local/templates/mlux/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?17715826066132 */
/* /local/templates/mlux/css/light.css?1765204033691 */
/* /local/templates/mlux/css/flexslider.css?17652040336940 */
/* /local/templates/mlux/components/bitrix/catalog.section/products_slider/style.css?17657928401477 */
